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