struct Guard<'a> {
    buf: &'a mut Vec<u8>,
    len: usize,
}Fields§
§buf: &'a mut Vec<u8>§len: usizeTrait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Guard<'a>
impl<'a> RefUnwindSafe for Guard<'a>
impl<'a> Send for Guard<'a>
impl<'a> Sync for Guard<'a>
impl<'a> Unpin for Guard<'a>
impl<'a> !UnwindSafe for Guard<'a>
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