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