#[repr(C)]pub struct Route {
pub cidr: AddrCidr,
pub via_router: Addr,
pub preferred_until: OptionTimestamp,
pub expires_at: OptionTimestamp,
}Fields
cidr: AddrCidrvia_router: Addrpreferred_until: OptionTimestampexpires_at: OptionTimestampTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Route
impl Send for Route
impl Sync for Route
impl Unpin for Route
impl UnwindSafe for Route
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more