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