pub struct SmImportRequestModel {
pub projects: Option<Vec<InnerProjectImportRequestModel>>,
pub secrets: Option<Vec<InnerSecretImportRequestModel>>,
}
Fields§
§projects: Option<Vec<InnerProjectImportRequestModel>>
§secrets: Option<Vec<InnerSecretImportRequestModel>>
Implementations§
source§impl SmImportRequestModel
impl SmImportRequestModel
pub fn new() -> SmImportRequestModel
Trait Implementations§
source§impl Clone for SmImportRequestModel
impl Clone for SmImportRequestModel
source§fn clone(&self) -> SmImportRequestModel
fn clone(&self) -> SmImportRequestModel
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 SmImportRequestModel
impl Debug for SmImportRequestModel
source§impl Default for SmImportRequestModel
impl Default for SmImportRequestModel
source§fn default() -> SmImportRequestModel
fn default() -> SmImportRequestModel
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SmImportRequestModel
impl<'de> Deserialize<'de> for SmImportRequestModel
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<SmImportRequestModel> for SmImportRequestModel
impl PartialEq<SmImportRequestModel> for SmImportRequestModel
source§fn eq(&self, other: &SmImportRequestModel) -> bool
fn eq(&self, other: &SmImportRequestModel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.