pub struct AmbientContextType {}Trait Implementations§
Source§impl Debug for AmbientContextType
impl Debug for AmbientContextType
Auto Trait Implementations§
impl Freeze for AmbientContextType
impl RefUnwindSafe for AmbientContextType
impl Send for AmbientContextType
impl Sync for AmbientContextType
impl Unpin for AmbientContextType
impl UnsafeUnpin for AmbientContextType
impl UnwindSafe for AmbientContextType
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