pub enum PropertyGroupUpdateResult {
Updated,
AlreadyUpToDate,
}Expand description
Result of updating a property group against its latest version.
Variants§
Trait Implementations§
Source§impl Clone for PropertyGroupUpdateResult
impl Clone for PropertyGroupUpdateResult
Source§fn clone(&self) -> PropertyGroupUpdateResult
fn clone(&self) -> PropertyGroupUpdateResult
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 PropertyGroupUpdateResult
impl Debug for PropertyGroupUpdateResult
Source§impl Ord for PropertyGroupUpdateResult
impl Ord for PropertyGroupUpdateResult
Source§fn cmp(&self, other: &PropertyGroupUpdateResult) -> Ordering
fn cmp(&self, other: &PropertyGroupUpdateResult) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PropertyGroupUpdateResult
impl PartialEq for PropertyGroupUpdateResult
Source§fn eq(&self, other: &PropertyGroupUpdateResult) -> bool
fn eq(&self, other: &PropertyGroupUpdateResult) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PropertyGroupUpdateResult
impl PartialOrd for PropertyGroupUpdateResult
impl Copy for PropertyGroupUpdateResult
impl Eq for PropertyGroupUpdateResult
impl StructuralPartialEq for PropertyGroupUpdateResult
Auto Trait Implementations§
impl Freeze for PropertyGroupUpdateResult
impl RefUnwindSafe for PropertyGroupUpdateResult
impl Send for PropertyGroupUpdateResult
impl Sync for PropertyGroupUpdateResult
impl Unpin for PropertyGroupUpdateResult
impl UnsafeUnpin for PropertyGroupUpdateResult
impl UnwindSafe for PropertyGroupUpdateResult
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