pub struct AuthorizationGroups {
pub th: Option<f64>,
pub users: Option<Users>,
}
Fields§
§th: Option<f64>
§users: Option<Users>
Implementations§
Source§impl AuthorizationGroups
impl AuthorizationGroups
pub fn new() -> AuthorizationGroups
Trait Implementations§
Source§impl Clone for AuthorizationGroups
impl Clone for AuthorizationGroups
Source§fn clone(&self) -> AuthorizationGroups
fn clone(&self) -> AuthorizationGroups
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 AuthorizationGroups
impl Debug for AuthorizationGroups
Source§impl Default for AuthorizationGroups
impl Default for AuthorizationGroups
Source§fn default() -> AuthorizationGroups
fn default() -> AuthorizationGroups
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AuthorizationGroups
impl<'de> Deserialize<'de> for AuthorizationGroups
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 AuthorizationGroups
impl PartialEq for AuthorizationGroups
Source§impl Serialize for AuthorizationGroups
impl Serialize for AuthorizationGroups
impl StructuralPartialEq for AuthorizationGroups
Auto Trait Implementations§
impl Freeze for AuthorizationGroups
impl RefUnwindSafe for AuthorizationGroups
impl Send for AuthorizationGroups
impl Sync for AuthorizationGroups
impl Unpin for AuthorizationGroups
impl UnwindSafe for AuthorizationGroups
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