pub struct PathRequestId(/* private fields */);Implementations§
Trait 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 (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 PathRequestId
Source§impl Debug for PathRequestId
impl Debug for PathRequestId
impl Eq for PathRequestId
Source§impl Hash for PathRequestId
impl Hash for PathRequestId
Source§impl PartialEq for PathRequestId
impl PartialEq 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