pub struct SingleValueTrail<Domain> { /* private fields */ }Trait Implementations§
Source§impl<Domain> AssociativeCollection for SingleValueTrail<Domain>
impl<Domain> AssociativeCollection for SingleValueTrail<Domain>
Source§impl<Domain: Clone> Clone for SingleValueTrail<Domain>
impl<Domain: Clone> Clone for SingleValueTrail<Domain>
Source§fn clone(&self) -> SingleValueTrail<Domain>
fn clone(&self) -> SingleValueTrail<Domain>
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<Domain> Collection for SingleValueTrail<Domain>
impl<Domain> Collection for SingleValueTrail<Domain>
Source§impl<Domain: Debug> Debug for SingleValueTrail<Domain>
impl<Domain: Debug> Debug for SingleValueTrail<Domain>
Source§impl<Domain> Display for SingleValueTrail<Domain>where
Domain: Display,
impl<Domain> Display for SingleValueTrail<Domain>where
Domain: Display,
Source§impl<Domain> Empty for SingleValueTrail<Domain>
impl<Domain> Empty for SingleValueTrail<Domain>
fn empty() -> SingleValueTrail<Domain>
Source§impl<Domain: PartialEq> PartialEq for SingleValueTrail<Domain>
impl<Domain: PartialEq> PartialEq for SingleValueTrail<Domain>
Source§impl<Domain> TrailRestoration for SingleValueTrail<Domain>
impl<Domain> TrailRestoration for SingleValueTrail<Domain>
Source§impl<Domain> TrailVariable for SingleValueTrail<Domain>
impl<Domain> TrailVariable for SingleValueTrail<Domain>
fn trail_variable(&mut self, loc: usize, value: Domain)
impl<Domain: Eq> Eq for SingleValueTrail<Domain>
impl<Domain> StructuralPartialEq for SingleValueTrail<Domain>
Auto Trait Implementations§
impl<Domain> Freeze for SingleValueTrail<Domain>
impl<Domain> RefUnwindSafe for SingleValueTrail<Domain>where
Domain: RefUnwindSafe,
impl<Domain> Send for SingleValueTrail<Domain>where
Domain: Send,
impl<Domain> Sync for SingleValueTrail<Domain>where
Domain: Sync,
impl<Domain> Unpin for SingleValueTrail<Domain>where
Domain: Unpin,
impl<Domain> UnwindSafe for SingleValueTrail<Domain>where
Domain: UnwindSafe,
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