pub struct LabelIndex(/* private fields */);Expand description
Номер метки для поля в общем массиве меток, хранящихся в GFF файле
Trait Implementations§
Source§impl Clone for LabelIndex
impl Clone for LabelIndex
Source§fn clone(&self) -> LabelIndex
fn clone(&self) -> LabelIndex
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 Debug for LabelIndex
impl Debug for LabelIndex
Source§impl From<u32> for LabelIndex
impl From<u32> for LabelIndex
Source§impl Index for LabelIndex
impl Index for LabelIndex
Source§impl PartialEq for LabelIndex
impl PartialEq for LabelIndex
impl Copy for LabelIndex
impl Eq for LabelIndex
impl StructuralPartialEq for LabelIndex
Auto Trait Implementations§
impl Freeze for LabelIndex
impl RefUnwindSafe for LabelIndex
impl Send for LabelIndex
impl Sync for LabelIndex
impl Unpin for LabelIndex
impl UnwindSafe for LabelIndex
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,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.