pub struct TimestampQuery { /* private fields */ }Expand description
Identifies a timestamp query written by Graph::write_timestamp,
cmd::Command::write_timestamp, or cmd::PipelineCommand::write_timestamp.
Trait Implementations§
Source§impl Clone for TimestampQuery
impl Clone for TimestampQuery
Source§fn clone(&self) -> TimestampQuery
fn clone(&self) -> TimestampQuery
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 TimestampQuery
Source§impl Debug for TimestampQuery
impl Debug for TimestampQuery
impl Eq for TimestampQuery
Source§impl Hash for TimestampQuery
impl Hash for TimestampQuery
Source§impl PartialEq for TimestampQuery
impl PartialEq for TimestampQuery
Source§fn eq(&self, other: &TimestampQuery) -> bool
fn eq(&self, other: &TimestampQuery) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TimestampQuery
Auto Trait Implementations§
impl Freeze for TimestampQuery
impl RefUnwindSafe for TimestampQuery
impl Send for TimestampQuery
impl Sync for TimestampQuery
impl Unpin for TimestampQuery
impl UnsafeUnpin for TimestampQuery
impl UnwindSafe for TimestampQuery
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