pub enum ShindanDomain {
Jp,
En,
Cn,
Kr,
Th,
}Expand description
A domain of ShindanMaker.
Variants§
Trait Implementations§
Source§impl Clone for ShindanDomain
impl Clone for ShindanDomain
Source§fn clone(&self) -> ShindanDomain
fn clone(&self) -> ShindanDomain
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 Debug for ShindanDomain
impl Debug for ShindanDomain
Source§impl Display for ShindanDomain
impl Display for ShindanDomain
Source§impl FromStr for ShindanDomain
impl FromStr for ShindanDomain
Source§impl TryFrom<&str> for ShindanDomain
impl TryFrom<&str> for ShindanDomain
Source§impl TryFrom<String> for ShindanDomain
impl TryFrom<String> for ShindanDomain
impl Copy for ShindanDomain
Auto Trait Implementations§
impl Freeze for ShindanDomain
impl RefUnwindSafe for ShindanDomain
impl Send for ShindanDomain
impl Sync for ShindanDomain
impl Unpin for ShindanDomain
impl UnwindSafe for ShindanDomain
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)