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