pub struct ProvidedBuf { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AsRef<[u8]> for ProvidedBuf
impl AsRef<[u8]> for ProvidedBuf
Auto Trait Implementations§
impl Freeze for ProvidedBuf
impl RefUnwindSafe for ProvidedBuf
impl !Send for ProvidedBuf
impl !Sync for ProvidedBuf
impl Unpin for ProvidedBuf
impl UnsafeUnpin for ProvidedBuf
impl UnwindSafe for ProvidedBuf
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