pub struct TermBuilder { /* private fields */ }
Expand description
Builder for Term
.
Implementations§
Trait Implementations§
Source§impl Clone for TermBuilder
impl Clone for TermBuilder
Source§fn clone(&self) -> TermBuilder
fn clone(&self) -> TermBuilder
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 moreAuto Trait Implementations§
impl Freeze for TermBuilder
impl RefUnwindSafe for TermBuilder
impl Send for TermBuilder
impl Sync for TermBuilder
impl Unpin for TermBuilder
impl UnwindSafe for TermBuilder
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