pub enum BitsProperty {
Match(BitsMatch),
NoMatch(BitsMatch),
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for BitsProperty
impl Clone for BitsProperty
Source§fn clone(&self) -> BitsProperty
fn clone(&self) -> BitsProperty
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 BitsProperty
impl Debug for BitsProperty
Auto Trait Implementations§
impl Freeze for BitsProperty
impl RefUnwindSafe for BitsProperty
impl Send for BitsProperty
impl Sync for BitsProperty
impl Unpin for BitsProperty
impl UnsafeUnpin for BitsProperty
impl UnwindSafe for BitsProperty
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