pub struct UserInitServerOutput {
pub jwt: String,
pub invites: Vec<GroupInviteReqList>,
}Fields§
§jwt: String§invites: Vec<GroupInviteReqList>Trait Implementations§
Source§impl<'de> Deserialize<'de> for UserInitServerOutput
impl<'de> Deserialize<'de> for UserInitServerOutput
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
Auto Trait Implementations§
impl Freeze for UserInitServerOutput
impl RefUnwindSafe for UserInitServerOutput
impl Send for UserInitServerOutput
impl Sync for UserInitServerOutput
impl Unpin for UserInitServerOutput
impl UnwindSafe for UserInitServerOutput
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