pub struct Abbreviation<'a>(/* private fields */);Expand description
An Abbreviation is a standardized abbreviated form for a specific word,
pattern, or name. Abbreviation data is mostly meant for documentation
purposes, but in general it can have other uses as well, e.g. FIXML field
naming.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Abbreviation<'a>
impl<'a> RefUnwindSafe for Abbreviation<'a>
impl<'a> Send for Abbreviation<'a>
impl<'a> Sync for Abbreviation<'a>
impl<'a> Unpin for Abbreviation<'a>
impl<'a> UnwindSafe for Abbreviation<'a>
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