pub struct JoinTeamWithKeyResponse {
pub team_id: String,
pub team_name: String,
pub role: TeamRole,
}Expand description
Returned after successful key redemption.
Fields§
§team_id: String§team_name: String§role: TeamRoleTrait Implementations§
Source§impl Debug for JoinTeamWithKeyResponse
impl Debug for JoinTeamWithKeyResponse
Source§impl<'de> Deserialize<'de> for JoinTeamWithKeyResponse
impl<'de> Deserialize<'de> for JoinTeamWithKeyResponse
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 JoinTeamWithKeyResponse
impl RefUnwindSafe for JoinTeamWithKeyResponse
impl Send for JoinTeamWithKeyResponse
impl Sync for JoinTeamWithKeyResponse
impl Unpin for JoinTeamWithKeyResponse
impl UnwindSafe for JoinTeamWithKeyResponse
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