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 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 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 for BoolObject
impl PartialEq for BoolObject
impl Copy for BoolObject
impl Eq for BoolObject
impl StructuralPartialEq for BoolObject
Auto Trait Implementations§
impl Freeze for BoolObject
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.