pub struct ManagedJsonRemoveSpecV1 {
pub destination: PathBuf,
pub original_mode: Option<u32>,
pub original_hash: u64,
pub receipt_managed_hash: u64,
pub current_managed_hash: u64,
pub managed_keys: Vec<String>,
pub uses_env: bool,
}Fields§
§destination: PathBuf§original_mode: Option<u32>§original_hash: u64§receipt_managed_hash: u64§current_managed_hash: u64§managed_keys: Vec<String>§uses_env: boolTrait Implementations§
Source§impl Clone for ManagedJsonRemoveSpecV1
impl Clone for ManagedJsonRemoveSpecV1
Source§fn clone(&self) -> ManagedJsonRemoveSpecV1
fn clone(&self) -> ManagedJsonRemoveSpecV1
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 ManagedJsonRemoveSpecV1
impl Debug for ManagedJsonRemoveSpecV1
impl Eq for ManagedJsonRemoveSpecV1
Source§impl PartialEq for ManagedJsonRemoveSpecV1
impl PartialEq for ManagedJsonRemoveSpecV1
impl StructuralPartialEq for ManagedJsonRemoveSpecV1
Auto Trait Implementations§
impl Freeze for ManagedJsonRemoveSpecV1
impl RefUnwindSafe for ManagedJsonRemoveSpecV1
impl Send for ManagedJsonRemoveSpecV1
impl Sync for ManagedJsonRemoveSpecV1
impl Unpin for ManagedJsonRemoveSpecV1
impl UnsafeUnpin for ManagedJsonRemoveSpecV1
impl UnwindSafe for ManagedJsonRemoveSpecV1
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.