Enum nitf_rs::headers::text_hdr::TextFormat
source · pub enum TextFormat {
MTF,
STA,
UT1,
U8S,
}
Expand description
Formatting specification
Variants§
Trait Implementations§
source§impl Clone for TextFormat
impl Clone for TextFormat
source§fn clone(&self) -> TextFormat
fn clone(&self) -> TextFormat
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 TextFormat
impl Debug for TextFormat
source§impl Default for TextFormat
impl Default for TextFormat
source§fn default() -> TextFormat
fn default() -> TextFormat
Returns the “default value” for a type. Read more
source§impl FromStr for TextFormat
impl FromStr for TextFormat
source§impl PartialEq for TextFormat
impl PartialEq for TextFormat
source§fn eq(&self, other: &TextFormat) -> bool
fn eq(&self, other: &TextFormat) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for TextFormat
impl StructuralEq for TextFormat
impl StructuralPartialEq for TextFormat
Auto Trait Implementations§
impl RefUnwindSafe for TextFormat
impl Send for TextFormat
impl Sync for TextFormat
impl Unpin for TextFormat
impl UnwindSafe for TextFormat
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