pub struct HeldCold {
pub next_hop: NextHop,
pub is_path_response: bool,
pub entry: AnnounceRecord,
}Fields§
§next_hop: NextHop§is_path_response: bool§entry: AnnounceRecordTrait Implementations§
impl Copy for HeldCold
impl Eq for HeldCold
impl StructuralPartialEq for HeldCold
Auto Trait Implementations§
impl Freeze for HeldCold
impl RefUnwindSafe for HeldCold
impl Send for HeldCold
impl Sync for HeldCold
impl Unpin for HeldCold
impl UnsafeUnpin for HeldCold
impl UnwindSafe for HeldCold
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