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