Enum orc_format::read::decode::BooleanRun
source · [−]Variants
Run(u8, u16)
Literals([u8; 255])
Trait Implementations
sourceimpl Clone for BooleanRun
impl Clone for BooleanRun
sourcefn clone(&self) -> BooleanRun
fn clone(&self) -> BooleanRun
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for BooleanRun
impl Debug for BooleanRun
sourceimpl PartialEq<BooleanRun> for BooleanRun
impl PartialEq<BooleanRun> for BooleanRun
sourcefn eq(&self, other: &BooleanRun) -> bool
fn eq(&self, other: &BooleanRun) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &BooleanRun) -> bool
fn ne(&self, other: &BooleanRun) -> bool
This method tests for !=
.
impl Copy for BooleanRun
impl StructuralPartialEq for BooleanRun
Auto Trait Implementations
impl RefUnwindSafe for BooleanRun
impl Send for BooleanRun
impl Sync for BooleanRun
impl Unpin for BooleanRun
impl UnwindSafe for BooleanRun
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more