Struct chrono::format::InternalFixed
[−]
[src]
pub struct InternalFixed { /* fields omitted */ }An opaque type representing fixed-format item types for internal uses only.
Trait Implementations
impl Clone for InternalFixed[src]
impl Clone for InternalFixedfn clone(&self) -> Self[src]
fn clone(&self) -> SelfReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for InternalFixed[src]
impl PartialEq for InternalFixedfn eq(&self, _other: &InternalFixed) -> bool[src]
fn eq(&self, _other: &InternalFixed) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for InternalFixed[src]
impl Eq for InternalFixedimpl Debug for InternalFixed[src]
impl Debug for InternalFixedAuto Trait Implementations
impl Send for InternalFixed
impl Send for InternalFixedimpl Sync for InternalFixed
impl Sync for InternalFixed