pub struct ProviderPayload {
pub bytes: Vec<u8>,
pub request: String,
pub origin: String,
}Fields§
§bytes: Vec<u8>§request: String§origin: StringTrait Implementations§
Source§impl Clone for ProviderPayload
impl Clone for ProviderPayload
Source§fn clone(&self) -> ProviderPayload
fn clone(&self) -> ProviderPayload
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ProviderPayload
impl RefUnwindSafe for ProviderPayload
impl Send for ProviderPayload
impl Sync for ProviderPayload
impl Unpin for ProviderPayload
impl UnsafeUnpin for ProviderPayload
impl UnwindSafe for ProviderPayload
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