pub struct SuperblockFrame<'a, R> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, R> Freeze for SuperblockFrame<'a, R>
impl<'a, R> !ObjSafe for SuperblockFrame<'a, R>
impl<'a, R> RefUnwindSafe for SuperblockFrame<'a, R>where
R: RefUnwindSafe,
impl<'a, R> Send for SuperblockFrame<'a, R>where
R: Send,
impl<'a, R> Sync for SuperblockFrame<'a, R>where
R: Sync,
impl<'a, R> Unpin for SuperblockFrame<'a, R>
impl<'a, R> !UnwindSafe for SuperblockFrame<'a, R>
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