pub struct Raw<T>(/* private fields */);
Trait Implementations§
source§impl<'a, T: 'a, R: 'a + IO> ApplyLayout<'a, R> for Raw<T>
impl<'a, T: 'a, R: 'a + IO> ApplyLayout<'a, R> for Raw<T>
Auto Trait Implementations§
impl<T> Freeze for Raw<T>
impl<T> ObjSafe for Raw<T>where
T: ObjSafe,
impl<T> RefUnwindSafe for Raw<T>where
T: RefUnwindSafe,
impl<T> Send for Raw<T>where
T: Send,
impl<T> Sync for Raw<T>where
T: Sync,
impl<T> Unpin for Raw<T>where
T: Unpin,
impl<T> UnwindSafe for Raw<T>where
T: UnwindSafe,
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