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