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