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