pub struct DeployTarget {
pub expose: NetworkProtocol,
pub build: PathBuf,
pub replicas: u8,
}Fields§
§expose: NetworkProtocol§build: PathBuf§replicas: u8Trait Implementations§
Source§impl Clone for DeployTarget
impl Clone for DeployTarget
Source§fn clone(&self) -> DeployTarget
fn clone(&self) -> DeployTarget
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DeployTarget
impl Debug for DeployTarget
Source§impl PartialEq for DeployTarget
impl PartialEq for DeployTarget
impl StructuralPartialEq for DeployTarget
Auto Trait Implementations§
impl Freeze for DeployTarget
impl RefUnwindSafe for DeployTarget
impl Send for DeployTarget
impl Sync for DeployTarget
impl Unpin for DeployTarget
impl UnwindSafe for DeployTarget
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