pub struct NetworkingAddressLotViewWhen(/* private fields */);Implementations§
Source§impl NetworkingAddressLotViewWhen
impl NetworkingAddressLotViewWhen
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 NetworkingAddressLotViewWhen
impl !RefUnwindSafe for NetworkingAddressLotViewWhen
impl !Send for NetworkingAddressLotViewWhen
impl !Sync for NetworkingAddressLotViewWhen
impl Unpin for NetworkingAddressLotViewWhen
impl UnsafeUnpin for NetworkingAddressLotViewWhen
impl !UnwindSafe for NetworkingAddressLotViewWhen
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