#[repr(u8)]pub enum BinaryProperty {
Y = 0,
N = 1,
}Variants§
Trait Implementations§
Source§impl Clone for BinaryProperty
impl Clone for BinaryProperty
Source§fn clone(&self) -> BinaryProperty
fn clone(&self) -> BinaryProperty
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 BinaryProperty
impl Debug for BinaryProperty
Source§impl From<bool> for BinaryProperty
impl From<bool> for BinaryProperty
Source§impl PartialEq for BinaryProperty
impl PartialEq for BinaryProperty
Source§impl UnicodeProperty for BinaryProperty
impl UnicodeProperty for BinaryProperty
fn property_value_name(&self) -> PropertyName
impl Copy for BinaryProperty
impl StructuralPartialEq for BinaryProperty
Auto Trait Implementations§
impl Freeze for BinaryProperty
impl RefUnwindSafe for BinaryProperty
impl Send for BinaryProperty
impl Sync for BinaryProperty
impl Unpin for BinaryProperty
impl UnwindSafe for BinaryProperty
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