pub struct RespondToInterventionRequest {
pub ceremony_id: String,
pub intervention_id: String,
pub role_id: String,
pub role_kind: String,
pub content: String,
}Expand description
Request to answer an open intervention.
Fields§
§ceremony_id: String§intervention_id: String§role_id: String§role_kind: String§content: StringTrait Implementations§
Source§impl Clone for RespondToInterventionRequest
impl Clone for RespondToInterventionRequest
Source§impl Debug for RespondToInterventionRequest
impl Debug for RespondToInterventionRequest
Source§impl<'de> Deserialize<'de> for RespondToInterventionRequest
impl<'de> Deserialize<'de> for RespondToInterventionRequest
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
impl Eq for RespondToInterventionRequest
impl StructuralPartialEq for RespondToInterventionRequest
Auto Trait Implementations§
impl Freeze for RespondToInterventionRequest
impl RefUnwindSafe for RespondToInterventionRequest
impl Send for RespondToInterventionRequest
impl Sync for RespondToInterventionRequest
impl Unpin for RespondToInterventionRequest
impl UnsafeUnpin for RespondToInterventionRequest
impl UnwindSafe for RespondToInterventionRequest
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