pub struct RegistrarOptions {}
Expand description
Implementations§
Trait Implementations§
Source§impl Clone for RegistrarOptions
impl Clone for RegistrarOptions
Source§fn clone(&self) -> RegistrarOptions
fn clone(&self) -> RegistrarOptions
Returns a copy 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 RegistrarOptions
impl Debug for RegistrarOptions
Source§impl Default for RegistrarOptions
impl Default for RegistrarOptions
Source§fn default() -> RegistrarOptions
fn default() -> RegistrarOptions
Returns the “default value” for a type. Read more
Source§impl Hash for RegistrarOptions
impl Hash for RegistrarOptions
Source§impl Ord for RegistrarOptions
impl Ord for RegistrarOptions
Source§fn cmp(&self, other: &RegistrarOptions) -> Ordering
fn cmp(&self, other: &RegistrarOptions) -> 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 RegistrarOptions
impl PartialEq for RegistrarOptions
Source§impl PartialOrd for RegistrarOptions
impl PartialOrd for RegistrarOptions
impl Eq for RegistrarOptions
impl StructuralPartialEq for RegistrarOptions
Auto Trait Implementations§
impl Freeze for RegistrarOptions
impl RefUnwindSafe for RegistrarOptions
impl Send for RegistrarOptions
impl Sync for RegistrarOptions
impl Unpin for RegistrarOptions
impl UnwindSafe for RegistrarOptions
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