pub struct Control<'a> {
pub control_type: LdapOID<'a>,
pub criticality: bool,
pub control_value: Option<Cow<'a, [u8]>>,
}
Fields§
§control_type: LdapOID<'a>
§criticality: bool
§control_value: Option<Cow<'a, [u8]>>
Trait Implementations§
impl<'a> Eq for Control<'a>
impl<'a> StructuralPartialEq for Control<'a>
Auto Trait Implementations§
impl<'a> Freeze for Control<'a>
impl<'a> RefUnwindSafe for Control<'a>
impl<'a> Send for Control<'a>
impl<'a> Sync for Control<'a>
impl<'a> Unpin for Control<'a>
impl<'a> UnwindSafe for Control<'a>
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> 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