#[repr(i64)]pub enum PveBoolean {
Variant0 = 0,
Variant1 = 1,
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for PveBoolean
impl Clone for PveBoolean
Source§fn clone(&self) -> PveBoolean
fn clone(&self) -> PveBoolean
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 moreSource§impl Debug for PveBoolean
impl Debug for PveBoolean
Source§impl Default for PveBoolean
impl Default for PveBoolean
Source§fn default() -> PveBoolean
fn default() -> PveBoolean
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PveBoolean
impl<'de> Deserialize<'de> for PveBoolean
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 PveBoolean
impl Display for PveBoolean
Source§impl Hash for PveBoolean
impl Hash for PveBoolean
Source§impl Ord for PveBoolean
impl Ord for PveBoolean
Source§fn cmp(&self, other: &PveBoolean) -> Ordering
fn cmp(&self, other: &PveBoolean) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PveBoolean
impl PartialEq for PveBoolean
Source§fn eq(&self, other: &PveBoolean) -> bool
fn eq(&self, other: &PveBoolean) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PveBoolean
impl PartialOrd for PveBoolean
Source§impl Serialize for PveBoolean
impl Serialize for PveBoolean
impl Copy for PveBoolean
impl Eq for PveBoolean
impl StructuralPartialEq for PveBoolean
Auto Trait Implementations§
impl Freeze for PveBoolean
impl RefUnwindSafe for PveBoolean
impl Send for PveBoolean
impl Sync for PveBoolean
impl Unpin for PveBoolean
impl UnsafeUnpin for PveBoolean
impl UnwindSafe for PveBoolean
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