pub struct SectorId(pub u64);Expand description
A globally unique sector/room identifier.
Tuple Fields§
§0: u64Trait Implementations§
Source§impl<'de> Deserialize<'de> for SectorId
impl<'de> Deserialize<'de> for SectorId
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
Source§impl Ord for SectorId
impl Ord for SectorId
Source§impl PartialOrd for SectorId
impl PartialOrd for SectorId
impl Copy for SectorId
impl Eq for SectorId
impl StructuralPartialEq for SectorId
Auto Trait Implementations§
impl Freeze for SectorId
impl RefUnwindSafe for SectorId
impl Send for SectorId
impl Sync for SectorId
impl Unpin for SectorId
impl UnsafeUnpin for SectorId
impl UnwindSafe for SectorId
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