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