pub(crate) struct CeBce;Trait Implementations§
Source§impl GregorianYears for CeBce
impl GregorianYears for CeBce
fn extended_from_era_year( &self, era: Option<&[u8]>, year: i32, ) -> Result<i32, UnknownEraError>
fn era_year_from_extended( &self, extended_year: i32, _month: u8, _day: u8, ) -> EraYear
fn debug_name(&self) -> &'static str
fn calendar_algorithm(&self) -> Option<CalendarAlgorithm>
const EXTENDED_YEAR_OFFSET: i32 = 0
Source§impl Ord for CeBce
impl Ord for CeBce
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 PartialOrd for CeBce
impl PartialOrd for CeBce
impl Copy for CeBce
impl Eq for CeBce
impl StructuralPartialEq for CeBce
Auto Trait Implementations§
impl Freeze for CeBce
impl RefUnwindSafe for CeBce
impl Send for CeBce
impl Sync for CeBce
impl Unpin for CeBce
impl UnsafeUnpin for CeBce
impl UnwindSafe for CeBce
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