pub struct Expose {
pub port: u16,
pub proto: Option<String>,
}
Fields§
§port: u16
§proto: Option<String>
Trait Implementations§
impl Eq for Expose
impl Instruction for Expose
impl StructuralPartialEq for Expose
Auto Trait Implementations§
impl Freeze for Expose
impl RefUnwindSafe for Expose
impl Send for Expose
impl Sync for Expose
impl Unpin for Expose
impl UnwindSafe for Expose
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