Struct mailpot_web::typed_paths::ListEditCandidatesPath
source · pub struct ListEditCandidatesPath(pub ListPathIdentifier);
Tuple Fields§
§0: ListPathIdentifier
Trait Implementations§
source§impl Clone for ListEditCandidatesPath
impl Clone for ListEditCandidatesPath
source§fn clone(&self) -> ListEditCandidatesPath
fn clone(&self) -> ListEditCandidatesPath
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 ListEditCandidatesPath
impl Debug for ListEditCandidatesPath
source§impl<'de> Deserialize<'de> for ListEditCandidatesPath
impl<'de> Deserialize<'de> for ListEditCandidatesPath
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 Display for ListEditCandidatesPath
impl Display for ListEditCandidatesPath
source§impl<S> FromRequestParts<S> for ListEditCandidatesPathwhere
S: Send + Sync,
impl<S> FromRequestParts<S> for ListEditCandidatesPathwhere S: Send + Sync,
§type Rejection = <Path<ListEditCandidatesPath> as FromRequestParts<S>>::Rejection
type Rejection = <Path<ListEditCandidatesPath> as FromRequestParts<S>>::Rejection
If the extractor fails it’ll use this “rejection” type. A rejection is
a kind of error that can be converted into a response.
source§impl PartialEq<ListEditCandidatesPath> for ListEditCandidatesPath
impl PartialEq<ListEditCandidatesPath> for ListEditCandidatesPath
source§fn eq(&self, other: &ListEditCandidatesPath) -> bool
fn eq(&self, other: &ListEditCandidatesPath) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for ListEditCandidatesPath
impl Serialize for ListEditCandidatesPath
source§impl TypedPath for ListEditCandidatesPath
impl TypedPath for ListEditCandidatesPath
impl Eq for ListEditCandidatesPath
impl StructuralEq for ListEditCandidatesPath
impl StructuralPartialEq for ListEditCandidatesPath
Auto Trait Implementations§
impl RefUnwindSafe for ListEditCandidatesPath
impl Send for ListEditCandidatesPath
impl Sync for ListEditCandidatesPath
impl Unpin for ListEditCandidatesPath
impl UnwindSafe for ListEditCandidatesPath
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.