pub struct ReemitAnnounce<'a> {
pub announce: Announce<'a>,
pub emit_hops: u8,
pub via: TransportId,
pub target: InterfaceId,
pub is_path_response: bool,
}Fields§
§announce: Announce<'a>§emit_hops: u8§via: TransportId§target: InterfaceId§is_path_response: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ReemitAnnounce<'a>
impl<'a> RefUnwindSafe for ReemitAnnounce<'a>
impl<'a> Send for ReemitAnnounce<'a>
impl<'a> Sync for ReemitAnnounce<'a>
impl<'a> Unpin for ReemitAnnounce<'a>
impl<'a> UnsafeUnpin for ReemitAnnounce<'a>
impl<'a> UnwindSafe for ReemitAnnounce<'a>
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