pub enum RealtimeUrlRequestValidationError {
RealtimeUrlTooLong,
}Variants§
RealtimeUrlTooLong
Trait Implementations§
Source§impl Clone for RealtimeUrlRequestValidationError
impl Clone for RealtimeUrlRequestValidationError
Source§fn clone(&self) -> RealtimeUrlRequestValidationError
fn clone(&self) -> RealtimeUrlRequestValidationError
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 moreimpl Eq for RealtimeUrlRequestValidationError
Source§impl Error for RealtimeUrlRequestValidationError
impl Error for RealtimeUrlRequestValidationError
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()
impl StructuralPartialEq for RealtimeUrlRequestValidationError
Auto Trait Implementations§
impl Freeze for RealtimeUrlRequestValidationError
impl RefUnwindSafe for RealtimeUrlRequestValidationError
impl Send for RealtimeUrlRequestValidationError
impl Sync for RealtimeUrlRequestValidationError
impl Unpin for RealtimeUrlRequestValidationError
impl UnsafeUnpin for RealtimeUrlRequestValidationError
impl UnwindSafe for RealtimeUrlRequestValidationError
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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