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