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