pub struct DeploymentManagerConfig {
pub port: i32,
}
Fields§
§port: i32
Trait Implementations§
Source§impl Debug for DeploymentManagerConfig
impl Debug for DeploymentManagerConfig
Source§impl<'de> Deserialize<'de> for DeploymentManagerConfig
impl<'de> Deserialize<'de> for DeploymentManagerConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DeploymentManagerConfig
impl PartialEq for DeploymentManagerConfig
Source§impl Serialize for DeploymentManagerConfig
impl Serialize for DeploymentManagerConfig
impl StructuralPartialEq for DeploymentManagerConfig
Auto Trait Implementations§
impl Freeze for DeploymentManagerConfig
impl RefUnwindSafe for DeploymentManagerConfig
impl Send for DeploymentManagerConfig
impl Sync for DeploymentManagerConfig
impl Unpin for DeploymentManagerConfig
impl UnwindSafe for DeploymentManagerConfig
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