pub struct ExposeResult {
pub lines: Vec<String>,
pub local_url: Option<String>,
pub port_forward_pid: Option<u32>,
}Fields§
§lines: Vec<String>§local_url: Option<String>§port_forward_pid: Option<u32>Trait Implementations§
Source§impl Clone for ExposeResult
impl Clone for ExposeResult
Source§fn clone(&self) -> ExposeResult
fn clone(&self) -> ExposeResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ExposeResult
impl RefUnwindSafe for ExposeResult
impl Send for ExposeResult
impl Sync for ExposeResult
impl Unpin for ExposeResult
impl UnsafeUnpin for ExposeResult
impl UnwindSafe for ExposeResult
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