pub struct LaxPayload {}Implementations§
Source§impl LaxPayload
impl LaxPayload
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for LaxPayload
impl RefUnwindSafe for LaxPayload
impl Send for LaxPayload
impl Sync for LaxPayload
impl Unpin for LaxPayload
impl UnwindSafe for LaxPayload
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