pub struct AtomicReadFileResponse {
pub end_of_file: bool,
pub access_method_result: FileAccessMethodResult,
}Expand description
Atomic Read File response (confirmed service)
Fields§
§end_of_file: boolEnd of file flag
access_method_result: FileAccessMethodResultAccess method and data
Implementations§
Trait Implementations§
Source§impl Clone for AtomicReadFileResponse
impl Clone for AtomicReadFileResponse
Source§fn clone(&self) -> AtomicReadFileResponse
fn clone(&self) -> AtomicReadFileResponse
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 AtomicReadFileResponse
impl RefUnwindSafe for AtomicReadFileResponse
impl Send for AtomicReadFileResponse
impl Sync for AtomicReadFileResponse
impl Unpin for AtomicReadFileResponse
impl UnsafeUnpin for AtomicReadFileResponse
impl UnwindSafe for AtomicReadFileResponse
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