Struct futures_util::io::into_sink::Block
source · struct Block<Item> {
offset: usize,
bytes: Item,
}
Fields§
§offset: usize
§bytes: Item
Trait Implementations§
Auto Trait Implementations§
impl<Item> Freeze for Block<Item>where
Item: Freeze,
impl<Item> RefUnwindSafe for Block<Item>where
Item: RefUnwindSafe,
impl<Item> Send for Block<Item>where
Item: Send,
impl<Item> Sync for Block<Item>where
Item: Sync,
impl<Item> Unpin for Block<Item>where
Item: Unpin,
impl<Item> UnwindSafe for Block<Item>where
Item: UnwindSafe,
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