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