pub struct RouterId(pub u64);Tuple Fields§
§0: u64Trait Implementations§
Source§impl Ord for RouterId
impl Ord for RouterId
Source§impl PartialOrd for RouterId
impl PartialOrd for RouterId
impl Copy for RouterId
impl Eq for RouterId
impl StructuralPartialEq for RouterId
Auto Trait Implementations§
impl Freeze for RouterId
impl RefUnwindSafe for RouterId
impl Send for RouterId
impl Sync for RouterId
impl Unpin for RouterId
impl UnsafeUnpin for RouterId
impl UnwindSafe for RouterId
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