pub struct UserGroupSettings {
pub maximum_users: i32,
}Expand description
The settings of user groups.
Fields§
§maximum_users: i32The maximum number of users in a group.
Auto Trait Implementations§
impl Freeze for UserGroupSettings
impl RefUnwindSafe for UserGroupSettings
impl Send for UserGroupSettings
impl Sync for UserGroupSettings
impl Unpin for UserGroupSettings
impl UnwindSafe for UserGroupSettings
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