pub struct DocGenBatchCreateRequestDestinationFolder {
pub type: DestinationFolderType,
pub id: String,
}Fields§
§type: DestinationFolderType§id: StringTrait Implementations§
Source§impl Clone for DocGenBatchCreateRequestDestinationFolder
impl Clone for DocGenBatchCreateRequestDestinationFolder
Source§fn clone(&self) -> DocGenBatchCreateRequestDestinationFolder
fn clone(&self) -> DocGenBatchCreateRequestDestinationFolder
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for DocGenBatchCreateRequestDestinationFolder
impl Default for DocGenBatchCreateRequestDestinationFolder
Source§fn default() -> DocGenBatchCreateRequestDestinationFolder
fn default() -> DocGenBatchCreateRequestDestinationFolder
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DocGenBatchCreateRequestDestinationFolder
impl<'de> Deserialize<'de> for DocGenBatchCreateRequestDestinationFolder
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
impl StructuralPartialEq for DocGenBatchCreateRequestDestinationFolder
Auto Trait Implementations§
impl Freeze for DocGenBatchCreateRequestDestinationFolder
impl RefUnwindSafe for DocGenBatchCreateRequestDestinationFolder
impl Send for DocGenBatchCreateRequestDestinationFolder
impl Sync for DocGenBatchCreateRequestDestinationFolder
impl Unpin for DocGenBatchCreateRequestDestinationFolder
impl UnsafeUnpin for DocGenBatchCreateRequestDestinationFolder
impl UnwindSafe for DocGenBatchCreateRequestDestinationFolder
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