pub struct BackupProperty {
pub this: Box<Expression>,
}Expand description
BackupProperty
Fields§
§this: Box<Expression>Trait Implementations§
Source§impl Clone for BackupProperty
impl Clone for BackupProperty
Source§fn clone(&self) -> BackupProperty
fn clone(&self) -> BackupProperty
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 BackupProperty
impl Debug for BackupProperty
Source§impl<'de> Deserialize<'de> for BackupProperty
impl<'de> Deserialize<'de> for BackupProperty
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 BackupProperty
impl PartialEq for BackupProperty
Source§impl Serialize for BackupProperty
impl Serialize for BackupProperty
impl StructuralPartialEq for BackupProperty
Auto Trait Implementations§
impl Freeze for BackupProperty
impl RefUnwindSafe for BackupProperty
impl Send for BackupProperty
impl Sync for BackupProperty
impl Unpin for BackupProperty
impl UnwindSafe for BackupProperty
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