pub struct InjectionPayload {
pub header_type: String,
pub token: String,
pub description: String,
}Expand description
A single injection payload
Fields§
§header_type: String§token: String§description: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for InjectionPayload
impl RefUnwindSafe for InjectionPayload
impl Send for InjectionPayload
impl Sync for InjectionPayload
impl Unpin for InjectionPayload
impl UnsafeUnpin for InjectionPayload
impl UnwindSafe for InjectionPayload
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