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 Debug for InternalFixed[src]
impl Debug for InternalFixedfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for InternalFixed[src]
impl Clone for InternalFixedfn clone(&self) -> InternalFixed[src]
fn clone(&self) -> InternalFixedReturns 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: &InternalFixed) -> bool[src]
fn ne(&self, other: &InternalFixed) -> boolThis method tests for !=.
impl Eq for InternalFixed[src]
impl Eq for InternalFixedAuto Trait Implementations
impl Send for InternalFixed
impl Send for InternalFixedimpl Sync for InternalFixed
impl Sync for InternalFixed