Enum dicom_core::header::EmptyObject [−][src]
pub enum EmptyObject {}Expand description
Stub type representing a non-existing DICOM object.
This type implements HasLength, but cannot be instantiated.
This makes it so that Value<EmptyObject> is sure to be either a primitive
value or a sequence with no items.
Trait Implementations
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for EmptyObject
impl Send for EmptyObject
impl Sync for EmptyObject
impl Unpin for EmptyObject
impl UnwindSafe for EmptyObject
Blanket Implementations
Mutably borrows from an owned value. Read more