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