Struct mailpot_web::typed_paths::ListEditPath
source · pub struct ListEditPath(pub ListPathIdentifier);
Tuple Fields§
§0: ListPathIdentifier
Trait Implementations§
source§impl Clone for ListEditPath
impl Clone for ListEditPath
source§fn clone(&self) -> ListEditPath
fn clone(&self) -> ListEditPath
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 ListEditPath
impl Debug for ListEditPath
source§impl<'de> Deserialize<'de> for ListEditPath
impl<'de> Deserialize<'de> for ListEditPath
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 ListEditPath
impl Display for ListEditPath
source§impl<S> FromRequestParts<S> for ListEditPathwhere
S: Send + Sync,
impl<S> FromRequestParts<S> for ListEditPathwhere S: Send + Sync,
§type Rejection = <Path<ListEditPath> as FromRequestParts<S>>::Rejection
type Rejection = <Path<ListEditPath> 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<ListEditPath> for ListEditPath
impl PartialEq<ListEditPath> for ListEditPath
source§fn eq(&self, other: &ListEditPath) -> bool
fn eq(&self, other: &ListEditPath) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for ListEditPath
impl Serialize for ListEditPath
source§impl TypedPath for ListEditPath
impl TypedPath for ListEditPath
impl Eq for ListEditPath
impl StructuralEq for ListEditPath
impl StructuralPartialEq for ListEditPath
Auto Trait Implementations§
impl RefUnwindSafe for ListEditPath
impl Send for ListEditPath
impl Sync for ListEditPath
impl Unpin for ListEditPath
impl UnwindSafe for ListEditPath
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.