pub struct OwnedWriteFileRecordResponse {
pub byte_count: u8,
pub data: Bytes,
}Expand description
Owned variant of WriteFileRecordResponse (FC 0x15).
Fields§
§byte_count: u8Total number of data bytes that follow.
data: BytesRaw sub-request response data.
Implementations§
Trait Implementations§
Source§impl Clone for OwnedWriteFileRecordResponse
impl Clone for OwnedWriteFileRecordResponse
Source§fn clone(&self) -> OwnedWriteFileRecordResponse
fn clone(&self) -> OwnedWriteFileRecordResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !Freeze for OwnedWriteFileRecordResponse
impl RefUnwindSafe for OwnedWriteFileRecordResponse
impl Send for OwnedWriteFileRecordResponse
impl Sync for OwnedWriteFileRecordResponse
impl Unpin for OwnedWriteFileRecordResponse
impl UnsafeUnpin for OwnedWriteFileRecordResponse
impl UnwindSafe for OwnedWriteFileRecordResponse
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