pub struct NameAbbreviationAttribute { /* private fields */ }Expand description
An attribute specification in a name abbreviation.
Implementations§
Trait Implementations§
Source§impl Clone for NameAbbreviationAttribute
impl Clone for NameAbbreviationAttribute
Source§fn clone(&self) -> NameAbbreviationAttribute
fn clone(&self) -> NameAbbreviationAttribute
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 moreAuto Trait Implementations§
impl Freeze for NameAbbreviationAttribute
impl RefUnwindSafe for NameAbbreviationAttribute
impl Send for NameAbbreviationAttribute
impl Sync for NameAbbreviationAttribute
impl Unpin for NameAbbreviationAttribute
impl UnsafeUnpin for NameAbbreviationAttribute
impl UnwindSafe for NameAbbreviationAttribute
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