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