pub struct RemovedRoute {
pub destination: DestinationHash,
pub receiving_interface: InterfaceId,
pub cause: RouteRemovalCause,
}Fields§
§destination: DestinationHash§receiving_interface: InterfaceId§cause: RouteRemovalCauseTrait Implementations§
Source§impl Clone for RemovedRoute
impl Clone for RemovedRoute
Source§fn clone(&self) -> RemovedRoute
fn clone(&self) -> RemovedRoute
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RemovedRoute
Source§impl Debug for RemovedRoute
impl Debug for RemovedRoute
impl Eq for RemovedRoute
Source§impl PartialEq for RemovedRoute
impl PartialEq for RemovedRoute
impl StructuralPartialEq for RemovedRoute
Auto Trait Implementations§
impl Freeze for RemovedRoute
impl RefUnwindSafe for RemovedRoute
impl Send for RemovedRoute
impl Sync for RemovedRoute
impl Unpin for RemovedRoute
impl UnsafeUnpin for RemovedRoute
impl UnwindSafe for RemovedRoute
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