pub struct NetworkingInboundIcmpUpdateWhen(/* private fields */);Implementations§
Source§impl NetworkingInboundIcmpUpdateWhen
impl NetworkingInboundIcmpUpdateWhen
pub fn new(inner: When) -> Self
pub fn into_inner(self) -> When
pub fn body(self, value: &ServiceIcmpConfig) -> Self
Auto Trait Implementations§
impl Freeze for NetworkingInboundIcmpUpdateWhen
impl !RefUnwindSafe for NetworkingInboundIcmpUpdateWhen
impl !Send for NetworkingInboundIcmpUpdateWhen
impl !Sync for NetworkingInboundIcmpUpdateWhen
impl Unpin for NetworkingInboundIcmpUpdateWhen
impl UnsafeUnpin for NetworkingInboundIcmpUpdateWhen
impl !UnwindSafe for NetworkingInboundIcmpUpdateWhen
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