pub struct UnresolvedPayload { /* private fields */ }
Expand description
Unable to resolve reference of payload
Trait Implementations
sourceimpl Clone for UnresolvedPayload
impl Clone for UnresolvedPayload
sourcefn clone(&self) -> UnresolvedPayload
fn clone(&self) -> UnresolvedPayload
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 UnresolvedPayload
impl Debug for UnresolvedPayload
sourceimpl<'de> Deserialize<'de> for UnresolvedPayload
impl<'de> Deserialize<'de> for UnresolvedPayload
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 Serialize for UnresolvedPayload
impl Serialize for UnresolvedPayload
Auto Trait Implementations
impl RefUnwindSafe for UnresolvedPayload
impl Send for UnresolvedPayload
impl Sync for UnresolvedPayload
impl Unpin for UnresolvedPayload
impl UnwindSafe for UnresolvedPayload
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