pub struct RawBytes;
Trait Implementations§
source§impl<'a, R: 'a + IO> ApplyLayout<'a, R> for RawBytes
impl<'a, R: 'a + IO> ApplyLayout<'a, R> for RawBytes
Auto Trait Implementations§
impl Freeze for RawBytes
impl ObjSafe for RawBytes
impl RefUnwindSafe for RawBytes
impl Send for RawBytes
impl Sync for RawBytes
impl Unpin for RawBytes
impl UnwindSafe for RawBytes
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