pub struct BooleanTypeConst;Implementations§
Trait Implementations§
Source§impl Clone for BooleanTypeConst
impl Clone for BooleanTypeConst
Source§fn clone(&self) -> BooleanTypeConst
fn clone(&self) -> BooleanTypeConst
Returns a duplicate 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 BooleanTypeConst
impl Debug for BooleanTypeConst
Source§impl Default for BooleanTypeConst
impl Default for BooleanTypeConst
Source§fn default() -> BooleanTypeConst
fn default() -> BooleanTypeConst
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BooleanTypeConst
impl<'de> Deserialize<'de> for BooleanTypeConst
Source§fn deserialize<D>(deserializer: D) -> Result<BooleanTypeConst, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<BooleanTypeConst, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for BooleanTypeConst
impl PartialEq for BooleanTypeConst
Source§impl Serialize for BooleanTypeConst
impl Serialize for BooleanTypeConst
impl Copy for BooleanTypeConst
impl Eq for BooleanTypeConst
impl StructuralPartialEq for BooleanTypeConst
Auto Trait Implementations§
impl Freeze for BooleanTypeConst
impl RefUnwindSafe for BooleanTypeConst
impl Send for BooleanTypeConst
impl Sync for BooleanTypeConst
impl Unpin for BooleanTypeConst
impl UnwindSafe for BooleanTypeConst
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