Struct planus_buffer_inspection::BoolObject
source · pub struct BoolObject {
pub offset: ByteIndex,
}Fields§
§offset: ByteIndexImplementations§
source§impl BoolObject
impl BoolObject
Trait Implementations§
source§impl Byterange for BoolObject
impl Byterange for BoolObject
source§impl<'a> Children<'a> for BoolObject
impl<'a> Children<'a> for BoolObject
source§impl Clone for BoolObject
impl Clone for BoolObject
source§fn clone(&self) -> BoolObject
fn clone(&self) -> BoolObject
Returns a copy 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 BoolObject
impl Debug for BoolObject
source§impl Hash for BoolObject
impl Hash for BoolObject
source§impl<'a> ObjectName<'a> for BoolObject
impl<'a> ObjectName<'a> for BoolObject
fn print_object(&self, buffer: &InspectableFlatbuffer<'a>) -> String
source§impl PartialEq<BoolObject> for BoolObject
impl PartialEq<BoolObject> for BoolObject
source§fn eq(&self, other: &BoolObject) -> bool
fn eq(&self, other: &BoolObject) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for BoolObject
impl Eq for BoolObject
impl StructuralEq for BoolObject
impl StructuralPartialEq for BoolObject
Auto Trait Implementations§
impl RefUnwindSafe for BoolObject
impl Send for BoolObject
impl Sync for BoolObject
impl Unpin for BoolObject
impl UnwindSafe for BoolObject
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.