Struct core::ExternalEventRequestBody
source · [−]pub struct ExternalEventRequestBody {
pub request: StateRequestBodyUpper,
pub timestamp: i64,
pub signature: SignatureRequest,
}
Fields
request: StateRequestBodyUpper
timestamp: i64
signature: SignatureRequest
Trait Implementations
sourceimpl Clone for ExternalEventRequestBody
impl Clone for ExternalEventRequestBody
sourcefn clone(&self) -> ExternalEventRequestBody
fn clone(&self) -> ExternalEventRequestBody
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ExternalEventRequestBody
impl Debug for ExternalEventRequestBody
sourceimpl<'de> Deserialize<'de> for ExternalEventRequestBody
impl<'de> Deserialize<'de> for ExternalEventRequestBody
sourcefn 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
sourceimpl Into<ExternalEventRequest> for ExternalEventRequestBody
impl Into<ExternalEventRequest> for ExternalEventRequestBody
sourcefn into(self) -> ExternalEventRequest
fn into(self) -> ExternalEventRequest
Converts this type into the (usually inferred) input type.
sourceimpl Serialize for ExternalEventRequestBody
impl Serialize for ExternalEventRequestBody
Auto Trait Implementations
impl RefUnwindSafe for ExternalEventRequestBody
impl Send for ExternalEventRequestBody
impl Sync for ExternalEventRequestBody
impl Unpin for ExternalEventRequestBody
impl UnwindSafe for ExternalEventRequestBody
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more