Struct futures_util::io::read_to_end::Guard
source · struct Guard<'a> {
buf: &'a mut Vec<u8>,
len: usize,
}
Fields§
§buf: &'a mut Vec<u8>
§len: usize
Trait 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