pub struct UserCreateTeamWithRole {
pub team: String,
pub role: String,
}Fields§
§team: String§role: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for UserCreateTeamWithRole
impl RefUnwindSafe for UserCreateTeamWithRole
impl Send for UserCreateTeamWithRole
impl Sync for UserCreateTeamWithRole
impl Unpin for UserCreateTeamWithRole
impl UnsafeUnpin for UserCreateTeamWithRole
impl UnwindSafe for UserCreateTeamWithRole
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