pub struct SimplePayloader;Trait Implementations§
Auto Trait Implementations§
impl Freeze for SimplePayloader
impl RefUnwindSafe for SimplePayloader
impl Send for SimplePayloader
impl Sync for SimplePayloader
impl Unpin for SimplePayloader
impl UnwindSafe for SimplePayloader
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