pub struct GetGuildListResponse {
pub items: Vec<GuildItem>,
}Expand description
GET /users/@me/guilds
https://bot.q.qq.com/wiki/develop/api/openapi/user/guilds.html
Fields§
§items: Vec<GuildItem>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetGuildListResponse
impl RefUnwindSafe for GetGuildListResponse
impl Send for GetGuildListResponse
impl Sync for GetGuildListResponse
impl Unpin for GetGuildListResponse
impl UnwindSafe for GetGuildListResponse
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