pub struct DeployGroupView {
pub description: Option<String>,
pub services: Vec<String>,
pub order: Vec<String>,
}Fields§
§description: Option<String>§services: Vec<String>§order: Vec<String>Authoritative order when non-empty.
Trait Implementations§
Source§impl Clone for DeployGroupView
impl Clone for DeployGroupView
Source§fn clone(&self) -> DeployGroupView
fn clone(&self) -> DeployGroupView
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 moreSource§impl Debug for DeployGroupView
impl Debug for DeployGroupView
Source§impl<'de> Deserialize<'de> for DeployGroupView
impl<'de> Deserialize<'de> for DeployGroupView
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
Auto Trait Implementations§
impl Freeze for DeployGroupView
impl RefUnwindSafe for DeployGroupView
impl Send for DeployGroupView
impl Sync for DeployGroupView
impl Unpin for DeployGroupView
impl UnsafeUnpin for DeployGroupView
impl UnwindSafe for DeployGroupView
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