pub struct BridgeDelegateResponse {
pub success: Option<bool>,
pub task_id: Option<String>,
}Expand description
BridgeDelegateResponse model.
Fields§
§success: Option<bool>§task_id: Option<String>Trait Implementations§
Source§impl Clone for BridgeDelegateResponse
impl Clone for BridgeDelegateResponse
Source§fn clone(&self) -> BridgeDelegateResponse
fn clone(&self) -> BridgeDelegateResponse
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 moreSource§impl Debug for BridgeDelegateResponse
impl Debug for BridgeDelegateResponse
Source§impl Default for BridgeDelegateResponse
impl Default for BridgeDelegateResponse
Source§fn default() -> BridgeDelegateResponse
fn default() -> BridgeDelegateResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BridgeDelegateResponse
impl<'de> Deserialize<'de> for BridgeDelegateResponse
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 BridgeDelegateResponse
impl PartialEq for BridgeDelegateResponse
Source§impl Serialize for BridgeDelegateResponse
impl Serialize for BridgeDelegateResponse
impl StructuralPartialEq for BridgeDelegateResponse
Auto Trait Implementations§
impl Freeze for BridgeDelegateResponse
impl RefUnwindSafe for BridgeDelegateResponse
impl Send for BridgeDelegateResponse
impl Sync for BridgeDelegateResponse
impl Unpin for BridgeDelegateResponse
impl UnsafeUnpin for BridgeDelegateResponse
impl UnwindSafe for BridgeDelegateResponse
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