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