pub struct AlwaysReachable;Expand description
An oracle that considers all destinations reachable. Used when DTN is disabled.
Trait Implementations§
Source§impl Reachable for AlwaysReachable
impl Reachable for AlwaysReachable
Auto Trait Implementations§
impl Freeze for AlwaysReachable
impl RefUnwindSafe for AlwaysReachable
impl Send for AlwaysReachable
impl Sync for AlwaysReachable
impl Unpin for AlwaysReachable
impl UnsafeUnpin for AlwaysReachable
impl UnwindSafe for AlwaysReachable
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