pub struct InvariantTuple(pub String, pub String, pub String, pub String);Expand description
A [scope, operation, resourceType, resourceId] tuple. Element order is
normative.
Tuple Fields§
§0: String§1: String§2: String§3: StringTrait Implementations§
Source§impl Clone for InvariantTuple
impl Clone for InvariantTuple
Source§fn clone(&self) -> InvariantTuple
fn clone(&self) -> InvariantTuple
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 InvariantTuple
impl Debug for InvariantTuple
Source§impl<'de> Deserialize<'de> for InvariantTuple
impl<'de> Deserialize<'de> for InvariantTuple
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 InvariantTuple
Source§impl From<&Invariant> for InvariantTuple
impl From<&Invariant> for InvariantTuple
Source§impl Ord for InvariantTuple
impl Ord for InvariantTuple
Source§fn cmp(&self, other: &InvariantTuple) -> Ordering
fn cmp(&self, other: &InvariantTuple) -> 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 InvariantTuple
impl PartialEq for InvariantTuple
Source§impl PartialOrd for InvariantTuple
impl PartialOrd for InvariantTuple
Source§impl Serialize for InvariantTuple
impl Serialize for InvariantTuple
impl StructuralPartialEq for InvariantTuple
Auto Trait Implementations§
impl Freeze for InvariantTuple
impl RefUnwindSafe for InvariantTuple
impl Send for InvariantTuple
impl Sync for InvariantTuple
impl Unpin for InvariantTuple
impl UnsafeUnpin for InvariantTuple
impl UnwindSafe for InvariantTuple
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