pub struct FieldQuery {
pub field: FieldId,
pub scope_id: u32,
}Fields§
§field: FieldId§scope_id: u32Implementations§
Source§impl FieldQuery
impl FieldQuery
Trait Implementations§
Source§impl Clone for FieldQuery
impl Clone for FieldQuery
Source§fn clone(&self) -> FieldQuery
fn clone(&self) -> FieldQuery
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 FieldQuery
impl Debug for FieldQuery
Source§impl Hash for FieldQuery
impl Hash for FieldQuery
Source§impl PartialEq for FieldQuery
impl PartialEq for FieldQuery
Source§fn eq(&self, other: &FieldQuery) -> bool
fn eq(&self, other: &FieldQuery) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for FieldQuery
impl Eq for FieldQuery
impl StructuralPartialEq for FieldQuery
Auto Trait Implementations§
impl Freeze for FieldQuery
impl RefUnwindSafe for FieldQuery
impl Send for FieldQuery
impl Sync for FieldQuery
impl Unpin for FieldQuery
impl UnsafeUnpin for FieldQuery
impl UnwindSafe for FieldQuery
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