pub struct PruneCommand {
pub target: PruneTarget,
pub dry_run: bool,
}Expand description
PRUNE command
Fields§
§target: PruneTarget§dry_run: boolTrait Implementations§
Source§impl Clone for PruneCommand
impl Clone for PruneCommand
Source§fn clone(&self) -> PruneCommand
fn clone(&self) -> PruneCommand
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 PruneCommand
impl Debug for PruneCommand
Source§impl<'de> Deserialize<'de> for PruneCommand
impl<'de> Deserialize<'de> for PruneCommand
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PruneCommand
impl PartialEq for PruneCommand
Source§impl Serialize for PruneCommand
impl Serialize for PruneCommand
impl StructuralPartialEq for PruneCommand
Auto Trait Implementations§
impl Freeze for PruneCommand
impl RefUnwindSafe for PruneCommand
impl Send for PruneCommand
impl Sync for PruneCommand
impl Unpin for PruneCommand
impl UnwindSafe for PruneCommand
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