pub struct RawPayloadRef(/* private fields */);Expand description
Storage reference for the unnormalized provider payload.
Implementations§
Trait Implementations§
Source§impl Clone for RawPayloadRef
impl Clone for RawPayloadRef
Source§fn clone(&self) -> RawPayloadRef
fn clone(&self) -> RawPayloadRef
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 RawPayloadRef
impl Debug for RawPayloadRef
Source§impl<'de> Deserialize<'de> for RawPayloadRef
impl<'de> Deserialize<'de> for RawPayloadRef
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 Hash for RawPayloadRef
impl Hash for RawPayloadRef
Source§impl Ord for RawPayloadRef
impl Ord for RawPayloadRef
Source§fn cmp(&self, other: &RawPayloadRef) -> Ordering
fn cmp(&self, other: &RawPayloadRef) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RawPayloadRef
impl PartialEq for RawPayloadRef
Source§impl PartialOrd for RawPayloadRef
impl PartialOrd for RawPayloadRef
Source§impl Serialize for RawPayloadRef
impl Serialize for RawPayloadRef
impl Eq for RawPayloadRef
impl StructuralPartialEq for RawPayloadRef
Auto Trait Implementations§
impl Freeze for RawPayloadRef
impl RefUnwindSafe for RawPayloadRef
impl Send for RawPayloadRef
impl Sync for RawPayloadRef
impl Unpin for RawPayloadRef
impl UnsafeUnpin for RawPayloadRef
impl UnwindSafe for RawPayloadRef
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