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