pub enum CommonObjects {
Comment(CommonObjects_comment_Inline),
Error(CommonObjects_error_Inline),
Connector(CommonObjects_connector_Inline),
Continuation(CommonObjects_continuation_Inline),
ActionBlock(CommonObjects_actionBlock_Inline),
VendorElement(CommonObjects_vendorElement_Inline),
}Expand description
commonObjects choice group
Variants§
Comment(CommonObjects_comment_Inline)
Error(CommonObjects_error_Inline)
Connector(CommonObjects_connector_Inline)
Continuation(CommonObjects_continuation_Inline)
ActionBlock(CommonObjects_actionBlock_Inline)
VendorElement(CommonObjects_vendorElement_Inline)
Trait Implementations§
Source§impl Clone for CommonObjects
impl Clone for CommonObjects
Source§fn clone(&self) -> CommonObjects
fn clone(&self) -> CommonObjects
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 Debug for CommonObjects
impl Debug for CommonObjects
Source§impl<'de> Deserialize<'de> for CommonObjects
impl<'de> Deserialize<'de> for CommonObjects
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 CommonObjects
impl PartialEq for CommonObjects
Source§impl Serialize for CommonObjects
impl Serialize for CommonObjects
impl StructuralPartialEq for CommonObjects
Auto Trait Implementations§
impl Freeze for CommonObjects
impl RefUnwindSafe for CommonObjects
impl Send for CommonObjects
impl Sync for CommonObjects
impl Unpin for CommonObjects
impl UnwindSafe for CommonObjects
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