pub struct Validated<P: ProfileMarker> { /* private fields */ }Expand description
An invoice validated against P. Cannot be constructed from a suppressed run.
Implementations§
Source§impl<P: ProfileMarker> Validated<P>
impl<P: ProfileMarker> Validated<P>
Trait Implementations§
impl<P: Eq + ProfileMarker> Eq for Validated<P>
impl<P: PartialEq + ProfileMarker> StructuralPartialEq for Validated<P>
Auto Trait Implementations§
impl<P> Freeze for Validated<P>where
PhantomData<P>: Freeze,
impl<P> RefUnwindSafe for Validated<P>where
PhantomData<P>: RefUnwindSafe,
impl<P> Send for Validated<P>where
PhantomData<P>: Send,
impl<P> Sync for Validated<P>where
PhantomData<P>: Sync,
impl<P> Unpin for Validated<P>where
PhantomData<P>: Unpin,
impl<P> UnsafeUnpin for Validated<P>where
PhantomData<P>: UnsafeUnpin,
impl<P> UnwindSafe for Validated<P>where
PhantomData<P>: UnwindSafe,
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