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