pub struct NetworkConnectRequest<'a> {
pub aliases: Vec<&'a str>,
pub container: &'a str,
pub interface_name: &'a str,
pub options: HashMap<String, String>,
pub static_ips: Vec<&'a str>,
pub static_mac: &'a str,
}
Fields§
§aliases: Vec<&'a str>
§container: &'a str
§interface_name: &'a str
§options: HashMap<String, String>
§static_ips: Vec<&'a str>
§static_mac: &'a str
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for NetworkConnectRequest<'a>
impl<'a> RefUnwindSafe for NetworkConnectRequest<'a>
impl<'a> Send for NetworkConnectRequest<'a>
impl<'a> Sync for NetworkConnectRequest<'a>
impl<'a> Unpin for NetworkConnectRequest<'a>
impl<'a> UnwindSafe for NetworkConnectRequest<'a>
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