pub enum BpmnFormat {
Json,
Xml,
}Expand description
BPMN Format
Supported BPMN serialization formats.
Variants§
Trait Implementations§
Source§impl Clone for BpmnFormat
impl Clone for BpmnFormat
Source§fn clone(&self) -> BpmnFormat
fn clone(&self) -> BpmnFormat
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BpmnFormat
Source§impl Debug for BpmnFormat
impl Debug for BpmnFormat
impl Eq for BpmnFormat
Source§impl PartialEq for BpmnFormat
impl PartialEq for BpmnFormat
Source§fn eq(&self, other: &BpmnFormat) -> bool
fn eq(&self, other: &BpmnFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BpmnFormat
Auto Trait Implementations§
impl Freeze for BpmnFormat
impl RefUnwindSafe for BpmnFormat
impl Send for BpmnFormat
impl Sync for BpmnFormat
impl Unpin for BpmnFormat
impl UnsafeUnpin for BpmnFormat
impl UnwindSafe for BpmnFormat
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