pub struct CalendarTag { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for CalendarTag
impl Clone for CalendarTag
Source§fn clone(&self) -> CalendarTag
fn clone(&self) -> CalendarTag
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CalendarTag
Source§impl Debug for CalendarTag
impl Debug for CalendarTag
Source§impl Display for CalendarTag
impl Display for CalendarTag
impl Eq for CalendarTag
Source§impl Hash for CalendarTag
impl Hash for CalendarTag
Source§impl Ord for CalendarTag
impl Ord for CalendarTag
Source§fn cmp(&self, other: &CalendarTag) -> Ordering
fn cmp(&self, other: &CalendarTag) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CalendarTag
impl PartialEq for CalendarTag
Source§impl PartialOrd for CalendarTag
impl PartialOrd for CalendarTag
impl StructuralPartialEq for CalendarTag
Auto Trait Implementations§
impl Freeze for CalendarTag
impl RefUnwindSafe for CalendarTag
impl Send for CalendarTag
impl Sync for CalendarTag
impl Unpin for CalendarTag
impl UnsafeUnpin for CalendarTag
impl UnwindSafe for CalendarTag
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