pub struct DiskHints {
pub prune: Option<String>,
pub retain: Option<String>,
}Expand description
Optional provider cleanup hints.
Fields§
§prune: Option<String>§retain: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for DiskHints
impl<'de> Deserialize<'de> for DiskHints
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
impl Eq for DiskHints
impl StructuralPartialEq for DiskHints
Auto Trait Implementations§
impl Freeze for DiskHints
impl RefUnwindSafe for DiskHints
impl Send for DiskHints
impl Sync for DiskHints
impl Unpin for DiskHints
impl UnsafeUnpin for DiskHints
impl UnwindSafe for DiskHints
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