pub struct PreviewRequestId(pub u64);Tuple Fields§
§0: u64Implementations§
Trait Implementations§
Source§impl Clone for PreviewRequestId
impl Clone for PreviewRequestId
Source§fn clone(&self) -> PreviewRequestId
fn clone(&self) -> PreviewRequestId
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 PreviewRequestId
Source§impl Debug for PreviewRequestId
impl Debug for PreviewRequestId
Source§impl Display for PreviewRequestId
impl Display for PreviewRequestId
impl Eq for PreviewRequestId
Source§impl Hash for PreviewRequestId
impl Hash for PreviewRequestId
Source§impl Ord for PreviewRequestId
impl Ord for PreviewRequestId
Source§fn cmp(&self, other: &PreviewRequestId) -> Ordering
fn cmp(&self, other: &PreviewRequestId) -> 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 PreviewRequestId
impl PartialEq for PreviewRequestId
Source§impl PartialOrd for PreviewRequestId
impl PartialOrd for PreviewRequestId
impl StructuralPartialEq for PreviewRequestId
Auto Trait Implementations§
impl Freeze for PreviewRequestId
impl RefUnwindSafe for PreviewRequestId
impl Send for PreviewRequestId
impl Sync for PreviewRequestId
impl Unpin for PreviewRequestId
impl UnsafeUnpin for PreviewRequestId
impl UnwindSafe for PreviewRequestId
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