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