pub struct shortDescription;
Trait Implementations§
Source§impl Field for shortDescription
impl Field for shortDescription
Auto Trait Implementations§
impl Freeze for shortDescription
impl RefUnwindSafe for shortDescription
impl Send for shortDescription
impl Sync for shortDescription
impl Unpin for shortDescription
impl UnwindSafe for shortDescription
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