pub struct LocalRequestId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for LocalRequestId
impl Clone for LocalRequestId
Source§fn clone(&self) -> LocalRequestId
fn clone(&self) -> LocalRequestId
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 LocalRequestId
Source§impl Debug for LocalRequestId
impl Debug for LocalRequestId
impl Eq for LocalRequestId
Source§impl Hash for LocalRequestId
impl Hash for LocalRequestId
Source§impl PartialEq for LocalRequestId
impl PartialEq for LocalRequestId
impl StructuralPartialEq for LocalRequestId
Auto Trait Implementations§
impl Freeze for LocalRequestId
impl RefUnwindSafe for LocalRequestId
impl Send for LocalRequestId
impl Sync for LocalRequestId
impl Unpin for LocalRequestId
impl UnsafeUnpin for LocalRequestId
impl UnwindSafe for LocalRequestId
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