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