pub struct DeleteIntentRequest {
pub intent: Option<Intent>,
}Fields§
§intent: Option<Intent>an intent proof that includes any of the inputs of the intent to be deleted to prove the ownership of that intent.
Implementations§
Source§impl DeleteIntentRequest
impl DeleteIntentRequest
pub fn new() -> DeleteIntentRequest
Trait Implementations§
Source§impl Clone for DeleteIntentRequest
impl Clone for DeleteIntentRequest
Source§fn clone(&self) -> DeleteIntentRequest
fn clone(&self) -> DeleteIntentRequest
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 DeleteIntentRequest
impl Debug for DeleteIntentRequest
Source§impl Default for DeleteIntentRequest
impl Default for DeleteIntentRequest
Source§fn default() -> DeleteIntentRequest
fn default() -> DeleteIntentRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteIntentRequest
impl<'de> Deserialize<'de> for DeleteIntentRequest
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 DeleteIntentRequest
impl PartialEq for DeleteIntentRequest
Source§fn eq(&self, other: &DeleteIntentRequest) -> bool
fn eq(&self, other: &DeleteIntentRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DeleteIntentRequest
impl Serialize for DeleteIntentRequest
impl StructuralPartialEq for DeleteIntentRequest
Auto Trait Implementations§
impl Freeze for DeleteIntentRequest
impl RefUnwindSafe for DeleteIntentRequest
impl Send for DeleteIntentRequest
impl Sync for DeleteIntentRequest
impl Unpin for DeleteIntentRequest
impl UnsafeUnpin for DeleteIntentRequest
impl UnwindSafe for DeleteIntentRequest
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