Struct planus_buffer_inspection::StringObject
source · pub struct StringObject {
pub offset: ByteIndex,
}Fields§
§offset: ByteIndexImplementations§
source§impl StringObject
impl StringObject
Trait Implementations§
source§impl Byterange for StringObject
impl Byterange for StringObject
source§impl<'a> Children<'a> for StringObject
impl<'a> Children<'a> for StringObject
source§impl Clone for StringObject
impl Clone for StringObject
source§fn clone(&self) -> StringObject
fn clone(&self) -> StringObject
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 StringObject
impl Debug for StringObject
source§impl Hash for StringObject
impl Hash for StringObject
source§impl<'a> ObjectName<'a> for StringObject
impl<'a> ObjectName<'a> for StringObject
fn print_object(&self, buffer: &InspectableFlatbuffer<'a>) -> String
source§impl PartialEq<StringObject> for StringObject
impl PartialEq<StringObject> for StringObject
source§fn eq(&self, other: &StringObject) -> bool
fn eq(&self, other: &StringObject) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for StringObject
impl Eq for StringObject
impl StructuralEq for StringObject
impl StructuralPartialEq for StringObject
Auto Trait Implementations§
impl RefUnwindSafe for StringObject
impl Send for StringObject
impl Sync for StringObject
impl Unpin for StringObject
impl UnwindSafe for StringObject
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.