pub struct IfResourceGroup {
pub tagged_path: Option<String>,
pub lists: Vec<IfStateList>,
}Expand description
Conditions associated with one tagged resource or the request target.
Fields§
§tagged_path: Option<String>Tagged resource URI, or None for the request target.
lists: Vec<IfStateList>OR-connected state lists for this resource.
Trait Implementations§
Source§impl Clone for IfResourceGroup
impl Clone for IfResourceGroup
Source§fn clone(&self) -> IfResourceGroup
fn clone(&self) -> IfResourceGroup
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 IfResourceGroup
impl Debug for IfResourceGroup
Source§impl PartialEq for IfResourceGroup
impl PartialEq for IfResourceGroup
Source§fn eq(&self, other: &IfResourceGroup) -> bool
fn eq(&self, other: &IfResourceGroup) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for IfResourceGroup
impl StructuralPartialEq for IfResourceGroup
Auto Trait Implementations§
impl Freeze for IfResourceGroup
impl RefUnwindSafe for IfResourceGroup
impl Send for IfResourceGroup
impl Sync for IfResourceGroup
impl Unpin for IfResourceGroup
impl UnsafeUnpin for IfResourceGroup
impl UnwindSafe for IfResourceGroup
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.