pub struct RemoveDirectory {
pub path: String,
pub make_empty: bool,
}Fields§
§path: String§make_empty: boolTrait Implementations§
Source§impl Clone for RemoveDirectory
impl Clone for RemoveDirectory
Source§fn clone(&self) -> RemoveDirectory
fn clone(&self) -> RemoveDirectory
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RemoveDirectory
impl Debug for RemoveDirectory
Source§impl<'de> Deserialize<'de> for RemoveDirectory
impl<'de> Deserialize<'de> for RemoveDirectory
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 RemoveDirectory
impl PartialEq for RemoveDirectory
Source§fn eq(&self, other: &RemoveDirectory) -> bool
fn eq(&self, other: &RemoveDirectory) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RemoveDirectory
impl Serialize for RemoveDirectory
impl StructuralPartialEq for RemoveDirectory
Auto Trait Implementations§
impl Freeze for RemoveDirectory
impl RefUnwindSafe for RemoveDirectory
impl Send for RemoveDirectory
impl Sync for RemoveDirectory
impl Unpin for RemoveDirectory
impl UnsafeUnpin for RemoveDirectory
impl UnwindSafe for RemoveDirectory
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