pub struct GetGroupListParams {
pub no_cache: bool,
}Expand description
获取群列表的请求参数。
Fields§
§no_cache: bool是否强制不使用缓存。默认为 false。
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetGroupListParams
impl RefUnwindSafe for GetGroupListParams
impl Send for GetGroupListParams
impl Sync for GetGroupListParams
impl Unpin for GetGroupListParams
impl UnsafeUnpin for GetGroupListParams
impl UnwindSafe for GetGroupListParams
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