pub struct TrashCommand {
pub kind: CommandKind,
pub context: CommandContext,
pub request_id: Option<String>,
}Fields§
§kind: CommandKind§context: CommandContext§request_id: Option<String>Trait Implementations§
Source§impl Clone for TrashCommand
impl Clone for TrashCommand
Source§fn clone(&self) -> TrashCommand
fn clone(&self) -> TrashCommand
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 moreAuto Trait Implementations§
impl Freeze for TrashCommand
impl RefUnwindSafe for TrashCommand
impl Send for TrashCommand
impl Sync for TrashCommand
impl Unpin for TrashCommand
impl UnsafeUnpin for TrashCommand
impl UnwindSafe for TrashCommand
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