Struct mailpot_web::typed_paths::ListPath
source · pub struct ListPath(pub ListPathIdentifier);
Tuple Fields§
§0: ListPathIdentifier
Trait Implementations§
source§impl<'de> Deserialize<'de> for ListPath
impl<'de> Deserialize<'de> for ListPath
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 From<&DbVal<MailingList>> for ListPath
impl From<&DbVal<MailingList>> for ListPath
source§fn from(val: &DbVal<MailingList>) -> Self
fn from(val: &DbVal<MailingList>) -> Self
Converts to this type from the input type.
source§impl<S> FromRequestParts<S> for ListPathwhere
S: Send + Sync,
impl<S> FromRequestParts<S> for ListPathwhere S: Send + Sync,
source§impl PartialEq<ListPath> for ListPath
impl PartialEq<ListPath> for ListPath
source§impl TypedPath for ListPath
impl TypedPath for ListPath
§fn with_query_params<T>(self, params: T) -> WithQueryParams<Self, T>where
T: Serialize,
Self: Sized,
fn with_query_params<T>(self, params: T) -> WithQueryParams<Self, T>where T: Serialize, Self: Sized,
Add query parameters to a path. Read more
impl Eq for ListPath
impl StructuralEq for ListPath
impl StructuralPartialEq for ListPath
Auto Trait Implementations§
impl RefUnwindSafe for ListPath
impl Send for ListPath
impl Sync for ListPath
impl Unpin for ListPath
impl UnwindSafe for ListPath
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.