pub struct GroupProperties { /* private fields */ }Implementations§
Source§impl GroupProperties
impl GroupProperties
pub fn name_mut(&mut self) -> &mut String
pub fn domain_mut(&mut self) -> &mut String
pub fn domainsid_mut(&mut self) -> &mut String
pub fn highvalue_mut(&mut self) -> &mut bool
Trait Implementations§
Source§impl Clone for GroupProperties
impl Clone for GroupProperties
Source§fn clone(&self) -> GroupProperties
fn clone(&self) -> GroupProperties
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 GroupProperties
impl Debug for GroupProperties
Source§impl Default for GroupProperties
impl Default for GroupProperties
Source§fn default() -> GroupProperties
fn default() -> GroupProperties
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GroupProperties
impl<'de> Deserialize<'de> for GroupProperties
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
Auto Trait Implementations§
impl Freeze for GroupProperties
impl RefUnwindSafe for GroupProperties
impl Send for GroupProperties
impl Sync for GroupProperties
impl Unpin for GroupProperties
impl UnwindSafe for GroupProperties
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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