pub struct Write {
    pub id: u32,
    pub handle: Uuid,
    pub offset: u64,
    pub data: Vec<u8>,
}Fields§
§id: u32§handle: Uuid§offset: u64§data: Vec<u8>Trait Implementations§
Source§impl PayloadTrait for Write
 
impl PayloadTrait for Write
impl Eq for Write
impl StructuralPartialEq for Write
Auto Trait Implementations§
impl Freeze for Write
impl RefUnwindSafe for Write
impl Send for Write
impl Sync for Write
impl Unpin for Write
impl UnwindSafe for Write
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