pub struct BulkWritableConfigContextRequestConfigContextSchema {
pub id: Option<Box<ApprovalWorkflowApprovalWorkflowDefinitionId>>,
pub object_type: Option<String>,
pub url: Option<String>,
}Expand description
BulkWritableConfigContextRequestConfigContextSchema : Optional schema to validate the structure of the data
Fields§
§id: Option<Box<ApprovalWorkflowApprovalWorkflowDefinitionId>>§object_type: Option<String>§url: Option<String>Implementations§
Source§impl BulkWritableConfigContextRequestConfigContextSchema
impl BulkWritableConfigContextRequestConfigContextSchema
Sourcepub fn new() -> BulkWritableConfigContextRequestConfigContextSchema
pub fn new() -> BulkWritableConfigContextRequestConfigContextSchema
Optional schema to validate the structure of the data
Trait Implementations§
Source§impl Clone for BulkWritableConfigContextRequestConfigContextSchema
impl Clone for BulkWritableConfigContextRequestConfigContextSchema
Source§fn clone(&self) -> BulkWritableConfigContextRequestConfigContextSchema
fn clone(&self) -> BulkWritableConfigContextRequestConfigContextSchema
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 Default for BulkWritableConfigContextRequestConfigContextSchema
impl Default for BulkWritableConfigContextRequestConfigContextSchema
Source§fn default() -> BulkWritableConfigContextRequestConfigContextSchema
fn default() -> BulkWritableConfigContextRequestConfigContextSchema
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BulkWritableConfigContextRequestConfigContextSchema
impl<'de> Deserialize<'de> for BulkWritableConfigContextRequestConfigContextSchema
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 BulkWritableConfigContextRequestConfigContextSchema
impl PartialEq for BulkWritableConfigContextRequestConfigContextSchema
Source§fn eq(
&self,
other: &BulkWritableConfigContextRequestConfigContextSchema,
) -> bool
fn eq( &self, other: &BulkWritableConfigContextRequestConfigContextSchema, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BulkWritableConfigContextRequestConfigContextSchema
Auto Trait Implementations§
impl Freeze for BulkWritableConfigContextRequestConfigContextSchema
impl RefUnwindSafe for BulkWritableConfigContextRequestConfigContextSchema
impl Send for BulkWritableConfigContextRequestConfigContextSchema
impl Sync for BulkWritableConfigContextRequestConfigContextSchema
impl Unpin for BulkWritableConfigContextRequestConfigContextSchema
impl UnsafeUnpin for BulkWritableConfigContextRequestConfigContextSchema
impl UnwindSafe for BulkWritableConfigContextRequestConfigContextSchema
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