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