pub struct EnterGroup {
pub user_id: u64,
pub group_id: String,
}Fields§
§user_id: u64§group_id: StringTrait Implementations§
Source§impl Debug for EnterGroup
impl Debug for EnterGroup
Source§impl<'de> Deserialize<'de> for EnterGroup
impl<'de> Deserialize<'de> for EnterGroup
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
Source§impl From<EnterGroup> for RequestBody
impl From<EnterGroup> for RequestBody
Source§fn from(val: EnterGroup) -> Self
fn from(val: EnterGroup) -> Self
Converts to this type from the input type.
Source§impl RequestResponse for EnterGroup
impl RequestResponse for EnterGroup
Auto Trait Implementations§
impl Freeze for EnterGroup
impl RefUnwindSafe for EnterGroup
impl Send for EnterGroup
impl Sync for EnterGroup
impl Unpin for EnterGroup
impl UnwindSafe for EnterGroup
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