struct AllowNoSemi(bool);Tuple Fields§
§0: boolAuto Trait Implementations§
impl Freeze for AllowNoSemi
impl RefUnwindSafe for AllowNoSemi
impl Send for AllowNoSemi
impl Sync for AllowNoSemi
impl Unpin for AllowNoSemi
impl UnwindSafe for AllowNoSemi
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