pub enum CensorLang {
Ru,
En,
}Variants§
Trait Implementations§
Source§impl Clone for CensorLang
impl Clone for CensorLang
Source§fn clone(&self) -> CensorLang
fn clone(&self) -> CensorLang
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 CensorLang
Auto Trait Implementations§
impl Freeze for CensorLang
impl RefUnwindSafe for CensorLang
impl Send for CensorLang
impl Sync for CensorLang
impl Unpin for CensorLang
impl UnsafeUnpin for CensorLang
impl UnwindSafe for CensorLang
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