pub struct CalendarNames { /* private fields */ }Expand description
The set of all calendar names.
Trait Implementations§
Source§impl Clone for CalendarNames
impl Clone for CalendarNames
Source§fn clone(&self) -> CalendarNames
fn clone(&self) -> CalendarNames
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 moreSource§impl Debug for CalendarNames
impl Debug for CalendarNames
Source§impl PartialEq for CalendarNames
impl PartialEq for CalendarNames
Source§fn eq(&self, other: &CalendarNames) -> bool
fn eq(&self, other: &CalendarNames) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CalendarNames
Auto Trait Implementations§
impl Freeze for CalendarNames
impl RefUnwindSafe for CalendarNames
impl Send for CalendarNames
impl Sync for CalendarNames
impl Unpin for CalendarNames
impl UnsafeUnpin for CalendarNames
impl UnwindSafe for CalendarNames
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