pub struct OuProperties { /* private fields */ }Implementations§
Source§impl OuProperties
impl OuProperties
pub fn name(&self) -> &String
pub fn distinguishedname(&self) -> &String
pub fn isaclprotected_mut(&mut self) -> &mut bool
Trait Implementations§
Source§impl Clone for OuProperties
impl Clone for OuProperties
Source§fn clone(&self) -> OuProperties
fn clone(&self) -> OuProperties
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 OuProperties
impl Debug for OuProperties
Source§impl Default for OuProperties
impl Default for OuProperties
Source§fn default() -> OuProperties
fn default() -> OuProperties
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OuProperties
impl<'de> Deserialize<'de> for OuProperties
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 OuProperties
impl RefUnwindSafe for OuProperties
impl Send for OuProperties
impl Sync for OuProperties
impl Unpin for OuProperties
impl UnwindSafe for OuProperties
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