pub struct PillarDiff {
pub active: Option<bool>,
}Expand description
Representation of the pillar-diff resource
Fields§
§active: Option<bool>Active
Whether or not this item is active.
Trait Implementations§
Source§impl Clone for PillarDiff
impl Clone for PillarDiff
Source§fn clone(&self) -> PillarDiff
fn clone(&self) -> PillarDiff
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 PillarDiff
impl Debug for PillarDiff
Source§impl Default for PillarDiff
impl Default for PillarDiff
Source§impl<'de> Deserialize<'de> for PillarDiff
impl<'de> Deserialize<'de> for PillarDiff
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 PillarDiff
impl PartialEq for PillarDiff
Source§impl Serialize for PillarDiff
impl Serialize for PillarDiff
impl StructuralPartialEq for PillarDiff
Auto Trait Implementations§
impl Freeze for PillarDiff
impl RefUnwindSafe for PillarDiff
impl Send for PillarDiff
impl Sync for PillarDiff
impl Unpin for PillarDiff
impl UnwindSafe for PillarDiff
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