pub struct DropRoutesViaEffect(/* private fields */);Implementations§
Source§impl DropRoutesViaEffect
impl DropRoutesViaEffect
pub fn outcome(&self) -> DropRoutesViaOutcome
pub fn dropped_route_count(&self) -> usize
pub fn wake_schedules(&self) -> WakeSchedules
Trait Implementations§
Source§impl Debug for DropRoutesViaEffect
impl Debug for DropRoutesViaEffect
impl Eq for DropRoutesViaEffect
Source§impl PartialEq for DropRoutesViaEffect
impl PartialEq for DropRoutesViaEffect
impl StructuralPartialEq for DropRoutesViaEffect
Auto Trait Implementations§
impl Freeze for DropRoutesViaEffect
impl RefUnwindSafe for DropRoutesViaEffect
impl Send for DropRoutesViaEffect
impl Sync for DropRoutesViaEffect
impl Unpin for DropRoutesViaEffect
impl UnsafeUnpin for DropRoutesViaEffect
impl UnwindSafe for DropRoutesViaEffect
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