pub struct FileCleanUpReplyPayload { /* private fields */ }
Trait Implementations§
Source§impl Clone for FileCleanUpReplyPayload
impl Clone for FileCleanUpReplyPayload
Source§fn clone(&self) -> FileCleanUpReplyPayload
fn clone(&self) -> FileCleanUpReplyPayload
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 FileCleanUpReplyPayload
impl Debug for FileCleanUpReplyPayload
Source§impl Decode for FileCleanUpReplyPayload
impl Decode for FileCleanUpReplyPayload
Source§impl PartialEq for FileCleanUpReplyPayload
impl PartialEq for FileCleanUpReplyPayload
impl Copy for FileCleanUpReplyPayload
impl Eq for FileCleanUpReplyPayload
impl StructuralPartialEq for FileCleanUpReplyPayload
Auto Trait Implementations§
impl Freeze for FileCleanUpReplyPayload
impl RefUnwindSafe for FileCleanUpReplyPayload
impl Send for FileCleanUpReplyPayload
impl Sync for FileCleanUpReplyPayload
impl Unpin for FileCleanUpReplyPayload
impl UnwindSafe for FileCleanUpReplyPayload
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