pub struct RdnComparator { /* private fields */ }Expand description
A transformed RelativeDistinguishedName suitable for comparisons.
Implementations§
Source§impl RdnComparator
impl RdnComparator
Sourcepub fn new(rdn: &RelativeDistinguishedName) -> Result<Self>
pub fn new(rdn: &RelativeDistinguishedName) -> Result<Self>
Create a new comparator from a RelativeDistinguishedName.
Trait Implementations§
Source§impl Clone for RdnComparator
impl Clone for RdnComparator
Source§fn clone(&self) -> RdnComparator
fn clone(&self) -> RdnComparator
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 RdnComparator
impl Debug for RdnComparator
Source§impl Hash for RdnComparator
impl Hash for RdnComparator
Source§impl Ord for RdnComparator
impl Ord for RdnComparator
Source§fn cmp(&self, other: &RdnComparator) -> Ordering
fn cmp(&self, other: &RdnComparator) -> 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 RdnComparator
impl PartialEq for RdnComparator
Source§impl PartialOrd for RdnComparator
impl PartialOrd for RdnComparator
impl Eq for RdnComparator
impl StructuralPartialEq for RdnComparator
Auto Trait Implementations§
impl Freeze for RdnComparator
impl RefUnwindSafe for RdnComparator
impl Send for RdnComparator
impl Sync for RdnComparator
impl Unpin for RdnComparator
impl UnwindSafe for RdnComparator
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