pub struct MultiVP {
pub address: String,
pub port: u16,
}Fields§
§address: String§port: u16Implementations§
Auto Trait Implementations§
impl Freeze for MultiVP
impl RefUnwindSafe for MultiVP
impl Send for MultiVP
impl Sync for MultiVP
impl Unpin for MultiVP
impl UnwindSafe for MultiVP
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