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