pub struct ApiGroup {
pub avatar_url: String,
pub create_time: String,
pub creator_id: String,
pub description: String,
pub edge_count: i32,
pub id: String,
pub lang_tag: String,
pub max_count: i32,
pub metadata: String,
pub name: String,
pub open: bool,
pub update_time: String,
}Expand description
A group in the server.
Fields§
§avatar_url: String§create_time: String§creator_id: String§description: String§edge_count: i32§id: String§lang_tag: String§max_count: i32§metadata: String§name: String§open: bool§update_time: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for ApiGroup
impl RefUnwindSafe for ApiGroup
impl Send for ApiGroup
impl Sync for ApiGroup
impl Unpin for ApiGroup
impl UnwindSafe for ApiGroup
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