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