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