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