pub struct TeamId(/* private fields */);Expand description
An open team identity used by hero settings structure.
Implementations§
Trait Implementations§
impl Eq for TeamId
Source§impl Ord for TeamId
impl Ord for TeamId
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for TeamId
impl PartialOrd for TeamId
impl StructuralPartialEq for TeamId
Auto Trait Implementations§
impl Freeze for TeamId
impl RefUnwindSafe for TeamId
impl Send for TeamId
impl Sync for TeamId
impl Unpin for TeamId
impl UnsafeUnpin for TeamId
impl UnwindSafe for TeamId
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