pub struct ReverseRoute {
pub received_interface: InterfaceId,
pub outbound_interface: InterfaceId,
}Fields§
§received_interface: InterfaceId§outbound_interface: InterfaceIdTrait Implementations§
Source§impl Clone for ReverseRoute
impl Clone for ReverseRoute
Source§fn clone(&self) -> ReverseRoute
fn clone(&self) -> ReverseRoute
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 ReverseRoute
Source§impl Debug for ReverseRoute
impl Debug for ReverseRoute
impl Eq for ReverseRoute
Source§impl PartialEq for ReverseRoute
impl PartialEq for ReverseRoute
impl StructuralPartialEq for ReverseRoute
Auto Trait Implementations§
impl Freeze for ReverseRoute
impl RefUnwindSafe for ReverseRoute
impl Send for ReverseRoute
impl Sync for ReverseRoute
impl Unpin for ReverseRoute
impl UnsafeUnpin for ReverseRoute
impl UnwindSafe for ReverseRoute
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