pub struct HookEnvelope {
pub id: String,
pub rest: Value,
}Fields§
§id: String§rest: ValueTrait Implementations§
Source§impl Clone for HookEnvelope
impl Clone for HookEnvelope
Source§fn clone(&self) -> HookEnvelope
fn clone(&self) -> HookEnvelope
Returns a duplicate 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 HookEnvelope
impl Debug for HookEnvelope
Source§impl<'de> Deserialize<'de> for HookEnvelope
impl<'de> Deserialize<'de> for HookEnvelope
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
Auto Trait Implementations§
impl Freeze for HookEnvelope
impl RefUnwindSafe for HookEnvelope
impl Send for HookEnvelope
impl Sync for HookEnvelope
impl Unpin for HookEnvelope
impl UnsafeUnpin for HookEnvelope
impl UnwindSafe for HookEnvelope
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