pub struct AnnounceInit {
pub suffixes: Vec<Path>,
}Expand description
Sent after setup to communicate the initially announced paths.
Fields§
§suffixes: Vec<Path>List of currently active broadcasts, encoded as suffixes to be combined with the prefix.
Trait Implementations§
Source§impl Clone for AnnounceInit
impl Clone for AnnounceInit
Source§fn clone(&self) -> AnnounceInit
fn clone(&self) -> AnnounceInit
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AnnounceInit
impl Debug for AnnounceInit
Source§impl Message for AnnounceInit
impl Message for AnnounceInit
Source§impl PartialEq for AnnounceInit
impl PartialEq for AnnounceInit
impl Eq for AnnounceInit
impl StructuralPartialEq for AnnounceInit
Auto Trait Implementations§
impl Freeze for AnnounceInit
impl RefUnwindSafe for AnnounceInit
impl Send for AnnounceInit
impl Sync for AnnounceInit
impl Unpin for AnnounceInit
impl UnwindSafe for AnnounceInit
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