pub struct PathRequestId(pub u32);Expand description
Unique identifier for a batched path request.
Tuple Fields§
§0: u32Trait Implementations§
Source§impl Clone for PathRequestId
impl Clone for PathRequestId
Source§fn clone(&self) -> PathRequestId
fn clone(&self) -> PathRequestId
Returns a duplicate 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 PathRequestId
impl Debug for PathRequestId
Source§impl<'de> Deserialize<'de> for PathRequestId
impl<'de> Deserialize<'de> for PathRequestId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for PathRequestId
impl Hash for PathRequestId
Source§impl PartialEq for PathRequestId
impl PartialEq for PathRequestId
Source§impl Serialize for PathRequestId
impl Serialize for PathRequestId
impl Copy for PathRequestId
impl Eq for PathRequestId
impl StructuralPartialEq for PathRequestId
Auto Trait Implementations§
impl Freeze for PathRequestId
impl RefUnwindSafe for PathRequestId
impl Send for PathRequestId
impl Sync for PathRequestId
impl Unpin for PathRequestId
impl UnsafeUnpin for PathRequestId
impl UnwindSafe for PathRequestId
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