Enum dicom_parser::dataset::SeqTokenType
source · pub enum SeqTokenType {
Sequence,
Item,
}Expand description
The type of delimiter: sequence or item.
Variants§
Trait Implementations§
source§impl Clone for SeqTokenType
impl Clone for SeqTokenType
source§fn clone(&self) -> SeqTokenType
fn clone(&self) -> SeqTokenType
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 SeqTokenType
impl Debug for SeqTokenType
source§impl PartialEq<SeqTokenType> for SeqTokenType
impl PartialEq<SeqTokenType> for SeqTokenType
source§fn eq(&self, other: &SeqTokenType) -> bool
fn eq(&self, other: &SeqTokenType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for SeqTokenType
impl Eq for SeqTokenType
impl StructuralEq for SeqTokenType
impl StructuralPartialEq for SeqTokenType
Auto Trait Implementations§
impl RefUnwindSafe for SeqTokenType
impl Send for SeqTokenType
impl Sync for SeqTokenType
impl Unpin for SeqTokenType
impl UnwindSafe for SeqTokenType
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