pub struct PolicyRuleAuthorizationGroupsGroupsInner {
pub users: Option<Vec<String>>,
pub users_groups: Option<Vec<String>>,
pub th: Option<f64>,
}
Fields§
§users: Option<Vec<String>>
User ids
users_groups: Option<Vec<String>>
Group ids
th: Option<f64>
Represents the min amount of entities which are required to approve the transaction, default is 1.
Implementations§
Trait Implementations§
Source§impl Clone for PolicyRuleAuthorizationGroupsGroupsInner
impl Clone for PolicyRuleAuthorizationGroupsGroupsInner
Source§fn clone(&self) -> PolicyRuleAuthorizationGroupsGroupsInner
fn clone(&self) -> PolicyRuleAuthorizationGroupsGroupsInner
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 Default for PolicyRuleAuthorizationGroupsGroupsInner
impl Default for PolicyRuleAuthorizationGroupsGroupsInner
Source§fn default() -> PolicyRuleAuthorizationGroupsGroupsInner
fn default() -> PolicyRuleAuthorizationGroupsGroupsInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PolicyRuleAuthorizationGroupsGroupsInner
impl<'de> Deserialize<'de> for PolicyRuleAuthorizationGroupsGroupsInner
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 PolicyRuleAuthorizationGroupsGroupsInner
impl PartialEq for PolicyRuleAuthorizationGroupsGroupsInner
Source§fn eq(&self, other: &PolicyRuleAuthorizationGroupsGroupsInner) -> bool
fn eq(&self, other: &PolicyRuleAuthorizationGroupsGroupsInner) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for PolicyRuleAuthorizationGroupsGroupsInner
Auto Trait Implementations§
impl Freeze for PolicyRuleAuthorizationGroupsGroupsInner
impl RefUnwindSafe for PolicyRuleAuthorizationGroupsGroupsInner
impl Send for PolicyRuleAuthorizationGroupsGroupsInner
impl Sync for PolicyRuleAuthorizationGroupsGroupsInner
impl Unpin for PolicyRuleAuthorizationGroupsGroupsInner
impl UnwindSafe for PolicyRuleAuthorizationGroupsGroupsInner
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