pub struct MachineProfileSecrets {
pub required: Vec<String>,
pub optional: Vec<String>,
}Fields§
§required: Vec<String>§optional: Vec<String>Trait Implementations§
Source§impl Clone for MachineProfileSecrets
impl Clone for MachineProfileSecrets
Source§fn clone(&self) -> MachineProfileSecrets
fn clone(&self) -> MachineProfileSecrets
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 MachineProfileSecrets
impl Debug for MachineProfileSecrets
Source§impl<'de> Deserialize<'de> for MachineProfileSecrets
impl<'de> Deserialize<'de> for MachineProfileSecrets
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 MachineProfileSecrets
impl RefUnwindSafe for MachineProfileSecrets
impl Send for MachineProfileSecrets
impl Sync for MachineProfileSecrets
impl Unpin for MachineProfileSecrets
impl UnsafeUnpin for MachineProfileSecrets
impl UnwindSafe for MachineProfileSecrets
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