pub struct SubsequenceValueTree<T: Clone + 'static> { /* private fields */ }
Expand description
ValueTree
type for Subsequence
.
Trait Implementations§
Source§impl<T: Clone + Clone + 'static> Clone for SubsequenceValueTree<T>
impl<T: Clone + Clone + 'static> Clone for SubsequenceValueTree<T>
Source§fn clone(&self) -> SubsequenceValueTree<T>
fn clone(&self) -> SubsequenceValueTree<T>
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<T: Debug + Clone + 'static> ValueTree for SubsequenceValueTree<T>
impl<T: Debug + Clone + 'static> ValueTree for SubsequenceValueTree<T>
Source§fn simplify(&mut self) -> bool
fn simplify(&mut self) -> bool
Attempts to simplify the current value. Notionally, this sets the
“high” value to the current value, and the current value to a “halfway
point” between high and low, rounding towards low. Read more
Source§fn complicate(&mut self) -> bool
fn complicate(&mut self) -> bool
Attempts to partially undo the last simplification. Notionally, this
sets the “low” value to one plus the current value, and the current
value to a “halfway point” between high and the new low, rounding
towards low. Read more
Auto Trait Implementations§
impl<T> Freeze for SubsequenceValueTree<T>
impl<T> RefUnwindSafe for SubsequenceValueTree<T>where
T: RefUnwindSafe,
impl<T> Send for SubsequenceValueTree<T>
impl<T> Sync for SubsequenceValueTree<T>
impl<T> Unpin for SubsequenceValueTree<T>
impl<T> UnwindSafe for SubsequenceValueTree<T>where
T: RefUnwindSafe,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 72 bytes