pub struct PointerKey {
pub pointer: String,
pub value_type: ValueType,
pub depth: u8,
pub position: usize,
pub column_id: usize,
}
Fields§
§pointer: String
§value_type: ValueType
§depth: u8
§position: usize
§column_id: usize
Implementations§
Source§impl PointerKey
impl PointerKey
Trait Implementations§
Source§impl Clone for PointerKey
impl Clone for PointerKey
Source§fn clone(&self) -> PointerKey
fn clone(&self) -> PointerKey
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 PointerKey
impl Debug for PointerKey
Source§impl Default for PointerKey
impl Default for PointerKey
Source§fn default() -> PointerKey
fn default() -> PointerKey
Returns the “default value” for a type. Read more
Source§impl Hash for PointerKey
impl Hash for PointerKey
Source§impl PartialEq for PointerKey
impl PartialEq for PointerKey
impl Eq for PointerKey
Auto Trait Implementations§
impl Freeze for PointerKey
impl RefUnwindSafe for PointerKey
impl Send for PointerKey
impl Sync for PointerKey
impl Unpin for PointerKey
impl UnwindSafe for PointerKey
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