pub enum UrlStatus {
Applied,
Pending(Vec<u8>),
}Expand description
Tracks whether a URL has already been applied to a font or not.
Variants§
Trait Implementations§
impl Eq for UrlStatus
impl StructuralPartialEq for UrlStatus
Auto Trait Implementations§
impl Freeze for UrlStatus
impl RefUnwindSafe for UrlStatus
impl Send for UrlStatus
impl Sync for UrlStatus
impl Unpin for UrlStatus
impl UnsafeUnpin for UrlStatus
impl UnwindSafe for UrlStatus
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