pub struct InboxPath(/* private fields */);Trait Implementations§
Source§impl<'de> Deserialize<'de> for InboxPath
impl<'de> Deserialize<'de> for InboxPath
Source§fn deserialize<D>(
deserializer: D,
) -> Result<InboxPath, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D,
) -> Result<InboxPath, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl ModelField<String> for InboxPath
impl ModelField<String> for InboxPath
Source§impl Serialize for InboxPath
impl Serialize for InboxPath
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for InboxPath
impl RefUnwindSafe for InboxPath
impl Send for InboxPath
impl Sync for InboxPath
impl Unpin for InboxPath
impl UnsafeUnpin for InboxPath
impl UnwindSafe for InboxPath
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more