#[non_exhaustive]pub struct WriteFileResponse { /* private fields */ }Expand description
WriteFile response message.
Implementations§
Trait Implementations§
Source§impl Clone for WriteFileResponse
impl Clone for WriteFileResponse
Source§fn clone(&self) -> WriteFileResponse
fn clone(&self) -> WriteFileResponse
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 WriteFileResponse
impl Debug for WriteFileResponse
Source§impl Default for WriteFileResponse
impl Default for WriteFileResponse
Source§fn default() -> WriteFileResponse
fn default() -> WriteFileResponse
Returns the “default value” for a type. Read more
Source§impl Message for WriteFileResponse
impl Message for WriteFileResponse
Source§impl PartialEq for WriteFileResponse
impl PartialEq for WriteFileResponse
impl StructuralPartialEq for WriteFileResponse
Auto Trait Implementations§
impl Freeze for WriteFileResponse
impl RefUnwindSafe for WriteFileResponse
impl Send for WriteFileResponse
impl Sync for WriteFileResponse
impl Unpin for WriteFileResponse
impl UnwindSafe for WriteFileResponse
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