pub struct BufferGuard { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for BufferGuard
impl !RefUnwindSafe for BufferGuard
impl Send for BufferGuard
impl Sync for BufferGuard
impl Unpin for BufferGuard
impl !UnwindSafe for BufferGuard
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