Struct chrono::format::InternalFixed
source · [−]pub struct InternalFixed { /* private fields */ }
Expand description
An opaque type representing fixed-format item types for internal uses only.
Trait Implementations
sourceimpl Clone for InternalFixed
impl Clone for InternalFixed
sourcefn clone(&self) -> InternalFixed
fn clone(&self) -> InternalFixed
Returns a copy of the value. Read more
1.0.0const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for InternalFixed
impl Debug for InternalFixed
sourceimpl Hash for InternalFixed
impl Hash for InternalFixed
sourcefn hash<__H: Hasher>(&self, state: &mut __H)
fn hash<__H: Hasher>(&self, state: &mut __H)
Feeds this value into the given [
Hasher
]. Read more1.3.0fn hash_slice<H>(data: &[Self], state: &mut H)where
H: Hasher,
fn hash_slice<H>(data: &[Self], state: &mut H)where
H: Hasher,
Feeds a slice of this type into the given [
Hasher
]. Read moresourceimpl PartialEq<InternalFixed> for InternalFixed
impl PartialEq<InternalFixed> for InternalFixed
sourcefn eq(&self, other: &InternalFixed) -> bool
fn eq(&self, other: &InternalFixed) -> bool
impl Eq for InternalFixed
impl StructuralEq for InternalFixed
impl StructuralPartialEq for InternalFixed
Auto Trait Implementations
impl RefUnwindSafe for InternalFixed
impl Send for InternalFixed
impl Sync for InternalFixed
impl Unpin for InternalFixed
impl UnwindSafe for InternalFixed
Blanket Implementations
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> ToOwned for Twhere
T: Clone,
impl<T> ToOwned for Twhere
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
fn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
Uses borrowed data to replace owned data, usually by cloning. Read more