Struct jj_cli::time_util::FormattingItems
source · pub struct FormattingItems<'a> { /* private fields */ }Expand description
Parsed formatting items which should never contain an error.
Implementations§
source§impl<'a> FormattingItems<'a>
impl<'a> FormattingItems<'a>
pub fn into_owned(self) -> FormattingItems<'static>
Trait Implementations§
source§impl<'a> Clone for FormattingItems<'a>
impl<'a> Clone for FormattingItems<'a>
source§fn clone(&self) -> FormattingItems<'a>
fn clone(&self) -> FormattingItems<'a>
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<'a> Debug for FormattingItems<'a>
impl<'a> Debug for FormattingItems<'a>
source§impl<'a> PartialEq for FormattingItems<'a>
impl<'a> PartialEq for FormattingItems<'a>
source§fn eq(&self, other: &FormattingItems<'a>) -> bool
fn eq(&self, other: &FormattingItems<'a>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl<'a> Eq for FormattingItems<'a>
impl<'a> StructuralEq for FormattingItems<'a>
impl<'a> StructuralPartialEq for FormattingItems<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for FormattingItems<'a>
impl<'a> Send for FormattingItems<'a>
impl<'a> Sync for FormattingItems<'a>
impl<'a> Unpin for FormattingItems<'a>
impl<'a> UnwindSafe for FormattingItems<'a>
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.