pub struct RouterId(/* private fields */);
Expand description
Router
identifier.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RouterId
impl<'de> Deserialize<'de> for RouterId
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 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 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