pub struct ManifestDeleteOptions<'a> {
pub name: &'a str,
pub ignore: Option<bool>,
}
Fields§
§name: &'a str
§ignore: Option<bool>
Trait Implementations§
Source§impl<'a> Default for ManifestDeleteOptions<'a>
impl<'a> Default for ManifestDeleteOptions<'a>
Source§fn default() -> ManifestDeleteOptions<'a>
fn default() -> ManifestDeleteOptions<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for ManifestDeleteOptions<'a>
impl<'a> RefUnwindSafe for ManifestDeleteOptions<'a>
impl<'a> Send for ManifestDeleteOptions<'a>
impl<'a> Sync for ManifestDeleteOptions<'a>
impl<'a> Unpin for ManifestDeleteOptions<'a>
impl<'a> UnwindSafe for ManifestDeleteOptions<'a>
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