pub struct BoardId(/* private fields */);Expand description
A stable board identifier.
Implementations§
Trait Implementations§
Source§impl Ord for BoardId
impl Ord for BoardId
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
Source§impl PartialOrd for BoardId
impl PartialOrd for BoardId
impl Eq for BoardId
impl StructuralPartialEq for BoardId
Auto Trait Implementations§
impl Freeze for BoardId
impl RefUnwindSafe for BoardId
impl Send for BoardId
impl Sync for BoardId
impl Unpin for BoardId
impl UnsafeUnpin for BoardId
impl UnwindSafe for BoardId
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