pub struct PlanSecrets {
pub ignore_updates: Option<bool>,
pub name: Option<String>,
pub path: Option<String>,
}Fields§
§ignore_updates: Option<bool>§name: Option<String>§path: Option<String>Trait Implementations§
Source§impl Clone for PlanSecrets
impl Clone for PlanSecrets
Source§fn clone(&self) -> PlanSecrets
fn clone(&self) -> PlanSecrets
Returns a copy 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 PlanSecrets
impl Debug for PlanSecrets
Source§impl Default for PlanSecrets
impl Default for PlanSecrets
Source§fn default() -> PlanSecrets
fn default() -> PlanSecrets
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PlanSecrets
impl<'de> Deserialize<'de> for PlanSecrets
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 PlanSecrets
impl PartialEq for PlanSecrets
Source§impl Serialize for PlanSecrets
impl Serialize for PlanSecrets
impl StructuralPartialEq for PlanSecrets
Auto Trait Implementations§
impl Freeze for PlanSecrets
impl RefUnwindSafe for PlanSecrets
impl Send for PlanSecrets
impl Sync for PlanSecrets
impl Unpin for PlanSecrets
impl UnwindSafe for PlanSecrets
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