pub struct LookupConfig { /* private fields */ }Trait Implementations§
Source§impl Default for LookupConfig
impl Default for LookupConfig
Source§fn default() -> LookupConfig
fn default() -> LookupConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LookupConfig
impl RefUnwindSafe for LookupConfig
impl Send for LookupConfig
impl Sync for LookupConfig
impl Unpin for LookupConfig
impl UnwindSafe for LookupConfig
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