pub enum BitStringBase {
B,
O,
X,
D,
UB,
UO,
UX,
SB,
SO,
SX,
}
Variants§
Trait Implementations§
Source§impl Clone for BitStringBase
impl Clone for BitStringBase
Source§fn clone(&self) -> BitStringBase
fn clone(&self) -> BitStringBase
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 BitStringBase
impl Debug for BitStringBase
Source§impl Hash for BitStringBase
impl Hash for BitStringBase
Source§impl PartialEq for BitStringBase
impl PartialEq for BitStringBase
impl Copy for BitStringBase
impl Eq for BitStringBase
impl StructuralPartialEq for BitStringBase
Auto Trait Implementations§
impl Freeze for BitStringBase
impl RefUnwindSafe for BitStringBase
impl Send for BitStringBase
impl Sync for BitStringBase
impl Unpin for BitStringBase
impl UnwindSafe for BitStringBase
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