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 for SmImportRequestModel
impl PartialEq for SmImportRequestModel
Source§impl Serialize for SmImportRequestModel
impl Serialize for SmImportRequestModel
impl StructuralPartialEq for SmImportRequestModel
Auto Trait Implementations§
impl Freeze for SmImportRequestModel
impl RefUnwindSafe for SmImportRequestModel
impl Send for SmImportRequestModel
impl Sync for SmImportRequestModel
impl Unpin for SmImportRequestModel
impl UnwindSafe for SmImportRequestModel
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