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 duplicate 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 UnsafeUnpin for SmImportRequestModel
impl UnwindSafe for SmImportRequestModel
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> CompatExt for T
impl<T> CompatExt for T
§impl<T, UT> HandleAlloc<UT> for T
impl<T, UT> HandleAlloc<UT> for T
§fn new_handle(value: Arc<T>) -> Handle
fn new_handle(value: Arc<T>) -> Handle
Create a new handle for an Arc value Read more
§unsafe fn clone_handle(handle: Handle) -> Handle
unsafe fn clone_handle(handle: Handle) -> Handle
Clone a handle Read more
§unsafe fn consume_handle(handle: Handle) -> Arc<T>
unsafe fn consume_handle(handle: Handle) -> Arc<T>
Consume a handle, getting back the initial
Arc<> Read more