pub struct LoadingTaskCookie(/* private fields */);
Trait Implementations§
source§impl Clone for LoadingTaskCookie
impl Clone for LoadingTaskCookie
source§fn clone(&self) -> LoadingTaskCookie
fn clone(&self) -> LoadingTaskCookie
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 LoadingTaskCookie
impl Debug for LoadingTaskCookie
source§impl Default for LoadingTaskCookie
impl Default for LoadingTaskCookie
source§fn default() -> LoadingTaskCookie
fn default() -> LoadingTaskCookie
Returns the “default value” for a type. Read more
source§impl PartialEq for LoadingTaskCookie
impl PartialEq for LoadingTaskCookie
source§fn eq(&self, other: &LoadingTaskCookie) -> bool
fn eq(&self, other: &LoadingTaskCookie) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LoadingTaskCookie
impl Eq for LoadingTaskCookie
impl StructuralPartialEq for LoadingTaskCookie
Auto Trait Implementations§
impl Freeze for LoadingTaskCookie
impl RefUnwindSafe for LoadingTaskCookie
impl Send for LoadingTaskCookie
impl Sync for LoadingTaskCookie
impl Unpin for LoadingTaskCookie
impl UnwindSafe for LoadingTaskCookie
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.