pub struct OperationResultReference {
pub result_url: Option<String>,
}Fields§
§result_url: Option<String>URL to the operation result.
Implementations§
Trait Implementations§
Source§impl Clone for OperationResultReference
impl Clone for OperationResultReference
Source§fn clone(&self) -> OperationResultReference
fn clone(&self) -> OperationResultReference
Returns a copy 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 OperationResultReference
impl Debug for OperationResultReference
Source§impl Default for OperationResultReference
impl Default for OperationResultReference
Source§fn default() -> OperationResultReference
fn default() -> OperationResultReference
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OperationResultReference
impl<'de> Deserialize<'de> for OperationResultReference
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 OperationResultReference
impl PartialEq for OperationResultReference
Source§impl Serialize for OperationResultReference
impl Serialize for OperationResultReference
impl StructuralPartialEq for OperationResultReference
Auto Trait Implementations§
impl Freeze for OperationResultReference
impl RefUnwindSafe for OperationResultReference
impl Send for OperationResultReference
impl Sync for OperationResultReference
impl Unpin for OperationResultReference
impl UnwindSafe for OperationResultReference
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