pub struct TermConstraints {
pub min_term_size: usize,
pub max_term_size: usize,
}
Fields§
§min_term_size: usize
§max_term_size: usize
Trait Implementations§
source§impl Clone for TermConstraints
impl Clone for TermConstraints
source§fn clone(&self) -> TermConstraints
fn clone(&self) -> TermConstraints
Returns a copy 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 TermConstraints
impl Debug for TermConstraints
source§impl Default for TermConstraints
impl Default for TermConstraints
Default values which represent no constraint
impl Copy for TermConstraints
Auto Trait Implementations§
impl Freeze for TermConstraints
impl RefUnwindSafe for TermConstraints
impl Send for TermConstraints
impl Sync for TermConstraints
impl Unpin for TermConstraints
impl UnwindSafe for TermConstraints
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
§impl<T> CloneAny for T
impl<T> CloneAny for T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<Tail, T> Prepend<T> for Tail
impl<Tail, T> Prepend<T> for Tail
§type PreprendResult = Tail
type PreprendResult = Tail
The Resulting [
TupleList
], of an [Prepend::prepend()
] call,
including the prepended entry.