pub(crate) enum AttributeLocation {
Argument,
Field,
Function,
}
Variants§
Trait Implementations§
Source§impl Clone for AttributeLocation
impl Clone for AttributeLocation
Source§fn clone(&self) -> AttributeLocation
fn clone(&self) -> AttributeLocation
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AttributeLocation
impl Debug for AttributeLocation
Source§impl PartialEq for AttributeLocation
impl PartialEq for AttributeLocation
impl Copy for AttributeLocation
impl StructuralPartialEq for AttributeLocation
Auto Trait Implementations§
impl Freeze for AttributeLocation
impl RefUnwindSafe for AttributeLocation
impl Send for AttributeLocation
impl Sync for AttributeLocation
impl Unpin for AttributeLocation
impl UnwindSafe for AttributeLocation
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more