pub struct TeamInfoResponse {
pub users: Option<HashMap<String, bool>>,
/* private fields */
}Fields§
§users: Option<HashMap<String, bool>>Trait Implementations§
Source§impl Clone for TeamInfoResponse
impl Clone for TeamInfoResponse
Source§fn clone(&self) -> TeamInfoResponse
fn clone(&self) -> TeamInfoResponse
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 TeamInfoResponse
impl Debug for TeamInfoResponse
Source§impl<'de> Deserialize<'de> for TeamInfoResponse
impl<'de> Deserialize<'de> for TeamInfoResponse
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<E: Error> Into<Result<TeamInfoResponse, TeamInfoError<E>>> for TeamInfoResponse
impl<E: Error> Into<Result<TeamInfoResponse, TeamInfoError<E>>> for TeamInfoResponse
Source§fn into(self) -> Result<TeamInfoResponse, TeamInfoError<E>>
fn into(self) -> Result<TeamInfoResponse, TeamInfoError<E>>
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for TeamInfoResponse
impl RefUnwindSafe for TeamInfoResponse
impl Send for TeamInfoResponse
impl Sync for TeamInfoResponse
impl Unpin for TeamInfoResponse
impl UnwindSafe for TeamInfoResponse
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