pub struct GroupSettingsGetResponse {
pub group_id: u64,
pub settings: GroupSettingsData,
}Expand description
获取群组设置响应
RPC路由: group/settings/get
Fields§
§group_id: u64§settings: GroupSettingsDataTrait Implementations§
Source§impl Clone for GroupSettingsGetResponse
impl Clone for GroupSettingsGetResponse
Source§fn clone(&self) -> GroupSettingsGetResponse
fn clone(&self) -> GroupSettingsGetResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GroupSettingsGetResponse
impl Debug for GroupSettingsGetResponse
Source§impl<'de> Deserialize<'de> for GroupSettingsGetResponse
impl<'de> Deserialize<'de> for GroupSettingsGetResponse
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 GroupSettingsGetResponse
impl RefUnwindSafe for GroupSettingsGetResponse
impl Send for GroupSettingsGetResponse
impl Sync for GroupSettingsGetResponse
impl Unpin for GroupSettingsGetResponse
impl UnsafeUnpin for GroupSettingsGetResponse
impl UnwindSafe for GroupSettingsGetResponse
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