struct AllowNoSemi(bool);
Tuple Fields§
§0: bool
Auto 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