Struct qaul_info::QaulInfoConfig
source · [−]pub struct QaulInfoConfig {
pub local_peer_id: PeerId,
}
Expand description
Configuration options for the qaul info behaviour
Fields
local_peer_id: PeerId
Peer id of the local node. Used for the source of the messages that we publish.
Implementations
sourceimpl QaulInfoConfig
impl QaulInfoConfig
Auto Trait Implementations
impl RefUnwindSafe for QaulInfoConfig
impl Send for QaulInfoConfig
impl Sync for QaulInfoConfig
impl Unpin for QaulInfoConfig
impl UnwindSafe for QaulInfoConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more