pub struct BridgeInterface {
pub id: Option<Box<ApprovalWorkflowApprovalWorkflowDefinitionId>>,
pub object_type: Option<String>,
pub url: Option<String>,
}Expand description
BridgeInterface : Assigned bridge interface
Fields§
§id: Option<Box<ApprovalWorkflowApprovalWorkflowDefinitionId>>§object_type: Option<String>§url: Option<String>Implementations§
Source§impl BridgeInterface
impl BridgeInterface
Sourcepub fn new() -> BridgeInterface
pub fn new() -> BridgeInterface
Assigned bridge interface
Trait Implementations§
Source§impl Clone for BridgeInterface
impl Clone for BridgeInterface
Source§fn clone(&self) -> BridgeInterface
fn clone(&self) -> BridgeInterface
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 BridgeInterface
impl Debug for BridgeInterface
Source§impl Default for BridgeInterface
impl Default for BridgeInterface
Source§fn default() -> BridgeInterface
fn default() -> BridgeInterface
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BridgeInterface
impl<'de> Deserialize<'de> for BridgeInterface
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 BridgeInterface
impl PartialEq for BridgeInterface
Source§impl Serialize for BridgeInterface
impl Serialize for BridgeInterface
impl StructuralPartialEq for BridgeInterface
Auto Trait Implementations§
impl Freeze for BridgeInterface
impl RefUnwindSafe for BridgeInterface
impl Send for BridgeInterface
impl Sync for BridgeInterface
impl Unpin for BridgeInterface
impl UnsafeUnpin for BridgeInterface
impl UnwindSafe for BridgeInterface
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