pub struct AtomicReadFileAck {
pub end_of_file: bool,
pub access: FileReadAckMethod,
}Expand description
AtomicReadFile-ACK — response for stream or record access.
Fields§
§end_of_file: bool§access: FileReadAckMethodImplementations§
Trait Implementations§
Source§impl Clone for AtomicReadFileAck
impl Clone for AtomicReadFileAck
Source§fn clone(&self) -> AtomicReadFileAck
fn clone(&self) -> AtomicReadFileAck
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AtomicReadFileAck
impl Debug for AtomicReadFileAck
Source§impl PartialEq for AtomicReadFileAck
impl PartialEq for AtomicReadFileAck
impl Eq for AtomicReadFileAck
impl StructuralPartialEq for AtomicReadFileAck
Auto Trait Implementations§
impl Freeze for AtomicReadFileAck
impl RefUnwindSafe for AtomicReadFileAck
impl Send for AtomicReadFileAck
impl Sync for AtomicReadFileAck
impl Unpin for AtomicReadFileAck
impl UnsafeUnpin for AtomicReadFileAck
impl UnwindSafe for AtomicReadFileAck
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