pub struct ItemColResult {
pub pos: u64,
pub val: Val,
pub values: Vec<Val>,
}Fields§
§pos: u64§val: Val§values: Vec<Val>Trait Implementations§
Source§impl Clone for ItemColResult
impl Clone for ItemColResult
Source§fn clone(&self) -> ItemColResult
fn clone(&self) -> ItemColResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ItemColResult
impl Debug for ItemColResult
Source§impl PartialEq for ItemColResult
impl PartialEq for ItemColResult
Source§fn eq(&self, other: &ItemColResult) -> bool
fn eq(&self, other: &ItemColResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ItemColResult
Auto Trait Implementations§
impl Freeze for ItemColResult
impl RefUnwindSafe for ItemColResult
impl Send for ItemColResult
impl Sync for ItemColResult
impl Unpin for ItemColResult
impl UnsafeUnpin for ItemColResult
impl UnwindSafe for ItemColResult
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