pub struct DeleteParameters {
pub cleanup: Option<bool>,
}Fields§
§cleanup: Option<bool>If set, we remove partition table entries.
Trait Implementations§
Source§impl Clone for DeleteParameters
impl Clone for DeleteParameters
Source§fn clone(&self) -> DeleteParameters
fn clone(&self) -> DeleteParameters
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 DeleteParameters
impl Debug for DeleteParameters
Source§impl Default for DeleteParameters
impl Default for DeleteParameters
Source§fn default() -> DeleteParameters
fn default() -> DeleteParameters
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteParameters
impl<'de> Deserialize<'de> for DeleteParameters
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 DeleteParameters
impl PartialEq for DeleteParameters
Source§impl Serialize for DeleteParameters
impl Serialize for DeleteParameters
impl StructuralPartialEq for DeleteParameters
Auto Trait Implementations§
impl Freeze for DeleteParameters
impl RefUnwindSafe for DeleteParameters
impl Send for DeleteParameters
impl Sync for DeleteParameters
impl Unpin for DeleteParameters
impl UnwindSafe for DeleteParameters
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