pub struct BackendRequestId(/* private fields */);
Expand description
Unique identifier of the BackendRequest
Trait Implementations§
Source§impl Clone for BackendRequestId
impl Clone for BackendRequestId
Source§fn clone(&self) -> BackendRequestId
fn clone(&self) -> BackendRequestId
Returns a copy of the value. Read more
1.0.0 · 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 BackendRequestId
impl Debug for BackendRequestId
Source§impl Ord for BackendRequestId
impl Ord for BackendRequestId
Source§fn cmp(&self, other: &BackendRequestId) -> Ordering
fn cmp(&self, other: &BackendRequestId) -> Ordering
1.21.0 · 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 BackendRequestId
impl PartialEq for BackendRequestId
Source§impl PartialOrd for BackendRequestId
impl PartialOrd for BackendRequestId
impl Copy for BackendRequestId
impl Eq for BackendRequestId
impl StructuralPartialEq for BackendRequestId
Auto Trait Implementations§
impl Freeze for BackendRequestId
impl RefUnwindSafe for BackendRequestId
impl Send for BackendRequestId
impl Sync for BackendRequestId
impl Unpin for BackendRequestId
impl UnwindSafe for BackendRequestId
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