#[non_exhaustive]pub struct Korea;Expand description
The [Rules] used in Korea.
See KoreanTraditional for more information.
Implementations§
Source§impl Korea
impl Korea
Sourcepub fn adapted_gb_t_33661_2017(related_iso: i32) -> EastAsianTraditionalYearData
pub fn adapted_gb_t_33661_2017(related_iso: i32) -> EastAsianTraditionalYearData
A version of China::gb_t_33661_2017 adapted for Korean time.
See China::gb_t_33661_2017 for caveats.
Trait Implementations§
Source§impl Ord for Korea
impl Ord for Korea
Source§impl PartialOrd for Korea
impl PartialOrd for Korea
impl Copy for Korea
impl Eq for Korea
impl StructuralPartialEq for Korea
Auto Trait Implementations§
impl Freeze for Korea
impl RefUnwindSafe for Korea
impl Send for Korea
impl Sync for Korea
impl Unpin for Korea
impl UnwindSafe for Korea
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more