Struct bpstd::DerivationSeg
source · pub struct DerivationSeg<I: Idx = NormalIndex>(/* private fields */);
Implementations§
source§impl<I: Idx> DerivationSeg<I>
impl<I: Idx> DerivationSeg<I>
Trait Implementations§
source§impl<I: Clone + Idx> Clone for DerivationSeg<I>
impl<I: Clone + Idx> Clone for DerivationSeg<I>
source§fn clone(&self) -> DerivationSeg<I>
fn clone(&self) -> DerivationSeg<I>
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<I> FromStr for DerivationSeg<I>where
I: FromStr + Idx,
SegParseError: From<I::Err>,
impl<I> FromStr for DerivationSeg<I>where I: FromStr + Idx, SegParseError: From<I::Err>,
source§impl<I: PartialEq + Idx> PartialEq for DerivationSeg<I>
impl<I: PartialEq + Idx> PartialEq for DerivationSeg<I>
source§fn eq(&self, other: &DerivationSeg<I>) -> bool
fn eq(&self, other: &DerivationSeg<I>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl<I: Eq + Idx> Eq for DerivationSeg<I>
impl<I: Idx> StructuralEq for DerivationSeg<I>
impl<I: Idx> StructuralPartialEq for DerivationSeg<I>
Auto Trait Implementations§
impl<I> RefUnwindSafe for DerivationSeg<I>where I: RefUnwindSafe,
impl<I> Send for DerivationSeg<I>where I: Send,
impl<I> Sync for DerivationSeg<I>where I: Sync,
impl<I> Unpin for DerivationSeg<I>
impl<I> UnwindSafe for DerivationSeg<I>where I: 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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.