pub struct LdapSubstringFilter {
pub initial: Option<String>,
pub any: Vec<String>,
pub final_: Option<String>,
}
Fields§
§initial: Option<String>
§any: Vec<String>
§final_: Option<String>
Trait Implementations§
Source§impl Clone for LdapSubstringFilter
impl Clone for LdapSubstringFilter
Source§fn clone(&self) -> LdapSubstringFilter
fn clone(&self) -> LdapSubstringFilter
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LdapSubstringFilter
impl Debug for LdapSubstringFilter
Source§impl Default for LdapSubstringFilter
impl Default for LdapSubstringFilter
Source§fn default() -> LdapSubstringFilter
fn default() -> LdapSubstringFilter
Returns the “default value” for a type. Read more
Source§impl From<&str> for LdapSubstringFilter
impl From<&str> for LdapSubstringFilter
Source§impl From<String> for LdapSubstringFilter
impl From<String> for LdapSubstringFilter
Source§impl Hash for LdapSubstringFilter
impl Hash for LdapSubstringFilter
Source§impl Ord for LdapSubstringFilter
impl Ord for LdapSubstringFilter
Source§fn cmp(&self, other: &LdapSubstringFilter) -> Ordering
fn cmp(&self, other: &LdapSubstringFilter) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LdapSubstringFilter
impl PartialEq for LdapSubstringFilter
Source§impl PartialOrd for LdapSubstringFilter
impl PartialOrd for LdapSubstringFilter
impl Eq for LdapSubstringFilter
impl StructuralPartialEq for LdapSubstringFilter
Auto Trait Implementations§
impl Freeze for LdapSubstringFilter
impl RefUnwindSafe for LdapSubstringFilter
impl Send for LdapSubstringFilter
impl Sync for LdapSubstringFilter
impl Unpin for LdapSubstringFilter
impl UnwindSafe for LdapSubstringFilter
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