pub struct LdapGroup {
pub has_syncables: Option<bool>,
pub mattermost_group_id: Option<String>,
pub primary_key: Option<String>,
pub name: Option<String>,
}
Expand description
LdapGroup : A LDAP group
Fields§
§has_syncables: Option<bool>
§mattermost_group_id: Option<String>
§primary_key: Option<String>
§name: Option<String>
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for LdapGroup
impl<'de> Deserialize<'de> for LdapGroup
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 StructuralPartialEq for LdapGroup
Auto Trait Implementations§
impl Freeze for LdapGroup
impl RefUnwindSafe for LdapGroup
impl Send for LdapGroup
impl Sync for LdapGroup
impl Unpin for LdapGroup
impl UnwindSafe for LdapGroup
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