pub struct V1Inbox {
pub name: Option<String>,
pub sender: Option<String>,
pub receiver: Option<String>,
pub status: Option<V1InboxStatus>,
pub create_time: Option<String>,
pub type: Option<V1InboxType>,
pub activity_id: Option<i32>,
}
Fields§
§name: Option<String>
§sender: Option<String>
§receiver: Option<String>
§status: Option<V1InboxStatus>
§create_time: Option<String>
§type: Option<V1InboxType>
§activity_id: Option<i32>
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for V1Inbox
impl<'de> Deserialize<'de> for V1Inbox
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 V1Inbox
Auto Trait Implementations§
impl Freeze for V1Inbox
impl RefUnwindSafe for V1Inbox
impl Send for V1Inbox
impl Sync for V1Inbox
impl Unpin for V1Inbox
impl UnwindSafe for V1Inbox
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)