pub struct BridgeConf {
pub name: String,
pub network: IpNet,
pub gateway: IpAddr,
}Fields§
§name: String§network: IpNet§gateway: IpAddrTrait Implementations§
Source§impl Debug for BridgeConf
impl Debug for BridgeConf
Auto Trait Implementations§
impl Freeze for BridgeConf
impl RefUnwindSafe for BridgeConf
impl Send for BridgeConf
impl Sync for BridgeConf
impl Unpin for BridgeConf
impl UnsafeUnpin for BridgeConf
impl UnwindSafe for BridgeConf
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