Struct mcaptcha::api::v1::notifications::mark_read::MarkReadReq [−][src]
pub struct MarkReadReq {
pub id: i32,
}
Fields
id: i32
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for MarkReadReq
impl Send for MarkReadReq
impl Sync for MarkReadReq
impl Unpin for MarkReadReq
impl UnwindSafe for MarkReadReq
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more