pub enum InboxType {
Private = 0,
Public = 9,
}Expand description
Inbox type indicating expected responsiveness and access control
Variants§
Private = 0
Only authenticated senders, recipient will likely respond
Public = 9
Anyone can send, recipient may or may not respond
Trait Implementations§
Source§impl<'de> Deserialize<'de> for InboxType
impl<'de> Deserialize<'de> for InboxType
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
impl StructuralPartialEq for InboxType
Auto Trait Implementations§
impl Freeze for InboxType
impl RefUnwindSafe for InboxType
impl Send for InboxType
impl Sync for InboxType
impl Unpin for InboxType
impl UnwindSafe for InboxType
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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