pub struct NodeInfo(/* private fields */);
Expand description
Information about a network node.
Implementations§
source§impl NodeInfo
impl NodeInfo
sourcepub fn uds_friendcodeseed(&self) -> u64
pub fn uds_friendcodeseed(&self) -> u64
Friend code seed associated with this network node.
Trait Implementations§
source§impl From<udsNodeInfo> for NodeInfo
impl From<udsNodeInfo> for NodeInfo
source§fn from(value: udsNodeInfo) -> Self
fn from(value: udsNodeInfo) -> Self
Converts to this type from the input type.
impl Copy for NodeInfo
Auto Trait Implementations§
impl RefUnwindSafe for NodeInfo
impl Send for NodeInfo
impl Sync for NodeInfo
impl Unpin for NodeInfo
impl UnwindSafe for NodeInfo
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more