Struct rnglib::BadLanguage
source · pub struct BadLanguage;Expand description
This may come in handy some day.
Trait Implementations§
source§impl Clone for BadLanguage
impl Clone for BadLanguage
source§fn clone(&self) -> BadLanguage
fn clone(&self) -> BadLanguage
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 BadLanguage
impl Debug for BadLanguage
source§impl Display for BadLanguage
impl Display for BadLanguage
source§impl PartialEq<BadLanguage> for BadLanguage
impl PartialEq<BadLanguage> for BadLanguage
source§fn eq(&self, other: &BadLanguage) -> bool
fn eq(&self, other: &BadLanguage) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for BadLanguage
Auto Trait Implementations§
impl RefUnwindSafe for BadLanguage
impl Send for BadLanguage
impl Sync for BadLanguage
impl Unpin for BadLanguage
impl UnwindSafe for BadLanguage
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