pub struct BoolSurrogate(/* private fields */);Implementations§
Source§impl BoolSurrogate
impl BoolSurrogate
pub fn eq(&self, rhs: &BoolSurrogate) -> BoolSurrogate
Source§impl BoolSurrogate
impl BoolSurrogate
pub fn ne(&self, rhs: &BoolSurrogate) -> BoolSurrogate
Source§impl BoolSurrogate
impl BoolSurrogate
Trait Implementations§
Source§impl Clone for BoolSurrogate
impl Clone for BoolSurrogate
Source§fn clone(&self) -> BoolSurrogate
fn clone(&self) -> BoolSurrogate
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 BoolSurrogate
Source§impl Debug for BoolSurrogate
impl Debug for BoolSurrogate
Source§impl<'de> Deserialize<'de> for BoolSurrogate
impl<'de> Deserialize<'de> for BoolSurrogate
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for BoolSurrogate
impl Display for BoolSurrogate
Source§impl Not for BoolSurrogate
impl Not for BoolSurrogate
Source§type Output = BoolSurrogate
type Output = BoolSurrogate
The resulting type after applying the
! operator.Source§fn not(self) -> BoolSurrogate
fn not(self) -> BoolSurrogate
Performs the unary
! operation. Read moreSource§impl RefCast for BoolSurrogate
impl RefCast for BoolSurrogate
Source§impl Serialize for BoolSurrogate
impl Serialize for BoolSurrogate
Source§impl Surrogate for BoolSurrogate
impl Surrogate for BoolSurrogate
Source§impl<'__lifetime> Surrogate for &'__lifetime BoolSurrogate
impl<'__lifetime> Surrogate for &'__lifetime BoolSurrogate
Auto Trait Implementations§
impl Freeze for BoolSurrogate
impl RefUnwindSafe for BoolSurrogate
impl Send for BoolSurrogate
impl Sync for BoolSurrogate
impl Unpin for BoolSurrogate
impl UnsafeUnpin for BoolSurrogate
impl UnwindSafe for BoolSurrogate
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