pub struct ResultSetId(/* private fields */);Expand description
Opaque id for an intelligence result set stored in a workspace.
Implementations§
Trait Implementations§
Source§impl Clone for ResultSetId
impl Clone for ResultSetId
Source§fn clone(&self) -> ResultSetId
fn clone(&self) -> ResultSetId
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 moreimpl Copy for ResultSetId
Source§impl Debug for ResultSetId
impl Debug for ResultSetId
impl Eq for ResultSetId
Source§impl Hash for ResultSetId
impl Hash for ResultSetId
Source§impl Ord for ResultSetId
impl Ord for ResultSetId
Source§fn cmp(&self, other: &ResultSetId) -> Ordering
fn cmp(&self, other: &ResultSetId) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ResultSetId
impl PartialEq for ResultSetId
Source§fn eq(&self, other: &ResultSetId) -> bool
fn eq(&self, other: &ResultSetId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ResultSetId
impl PartialOrd for ResultSetId
impl StructuralPartialEq for ResultSetId
Auto Trait Implementations§
impl Freeze for ResultSetId
impl RefUnwindSafe for ResultSetId
impl Send for ResultSetId
impl Sync for ResultSetId
impl Unpin for ResultSetId
impl UnsafeUnpin for ResultSetId
impl UnwindSafe for ResultSetId
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