pub struct DefaultScope;Trait Implementations§
impl<T> Acceptable<DefaultScope> for Protected<T>
impl Scope for DefaultScope
Auto Trait Implementations§
impl Freeze for DefaultScope
impl RefUnwindSafe for DefaultScope
impl Send for DefaultScope
impl Sync for DefaultScope
impl Unpin for DefaultScope
impl UnwindSafe for DefaultScope
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