pub enum UrlContextStatus {
Success,
Error,
Paywall,
Unsafe,
}Expand description
Status of URL context retrieval
Variants§
Trait Implementations§
Source§impl Clone for UrlContextStatus
impl Clone for UrlContextStatus
Source§fn clone(&self) -> UrlContextStatus
fn clone(&self) -> UrlContextStatus
Returns a duplicate of the value. Read more
1.0.0 · 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 UrlContextStatus
impl Debug for UrlContextStatus
Source§impl<'de> Deserialize<'de> for UrlContextStatus
impl<'de> Deserialize<'de> for UrlContextStatus
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UrlContextStatus
impl PartialEq for UrlContextStatus
Source§impl Serialize for UrlContextStatus
impl Serialize for UrlContextStatus
impl StructuralPartialEq for UrlContextStatus
Auto Trait Implementations§
impl Freeze for UrlContextStatus
impl RefUnwindSafe for UrlContextStatus
impl Send for UrlContextStatus
impl Sync for UrlContextStatus
impl Unpin for UrlContextStatus
impl UnsafeUnpin for UrlContextStatus
impl UnwindSafe for UrlContextStatus
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