pub enum AttrTarget {
Others,
All,
List(Vec<(CompoundName, Option<Signature>)>),
}
Variants§
Trait Implementations§
Source§impl Clone for AttrTarget
impl Clone for AttrTarget
Source§fn clone(&self) -> AttrTarget
fn clone(&self) -> AttrTarget
Returns a duplicate 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 AttrTarget
impl Debug for AttrTarget
Source§impl PartialEq for AttrTarget
impl PartialEq for AttrTarget
impl Eq for AttrTarget
impl StructuralPartialEq for AttrTarget
Auto Trait Implementations§
impl Freeze for AttrTarget
impl RefUnwindSafe for AttrTarget
impl Send for AttrTarget
impl Sync for AttrTarget
impl Unpin for AttrTarget
impl UnwindSafe for AttrTarget
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