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