pub struct RealtimeSelectionError { /* private fields */ }Expand description
Fail-closed diagnostic containing issues in stable validation order.
Implementations§
Source§impl RealtimeSelectionError
impl RealtimeSelectionError
Sourcepub fn issues(&self) -> &[RealtimeSelectionIssue]
pub fn issues(&self) -> &[RealtimeSelectionIssue]
Returns every mismatch in stable validation order.
Trait Implementations§
Source§impl Clone for RealtimeSelectionError
impl Clone for RealtimeSelectionError
Source§fn clone(&self) -> RealtimeSelectionError
fn clone(&self) -> RealtimeSelectionError
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 moreSource§impl Debug for RealtimeSelectionError
impl Debug for RealtimeSelectionError
Source§impl Display for RealtimeSelectionError
impl Display for RealtimeSelectionError
impl Eq for RealtimeSelectionError
Source§impl Error for RealtimeSelectionError
impl Error for RealtimeSelectionError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl<E> From<RealtimeSelectionError> for RealtimePreparationError<E>
impl<E> From<RealtimeSelectionError> for RealtimePreparationError<E>
Source§fn from(source: RealtimeSelectionError) -> Self
fn from(source: RealtimeSelectionError) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RealtimeSelectionError
impl PartialEq for RealtimeSelectionError
impl StructuralPartialEq for RealtimeSelectionError
Auto Trait Implementations§
impl Freeze for RealtimeSelectionError
impl RefUnwindSafe for RealtimeSelectionError
impl Send for RealtimeSelectionError
impl Sync for RealtimeSelectionError
impl Unpin for RealtimeSelectionError
impl UnsafeUnpin for RealtimeSelectionError
impl UnwindSafe for RealtimeSelectionError
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