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