Enum fontpm_api::source::RefreshOutput  
source · pub enum RefreshOutput {
    AlreadyUpToDate,
    Downloaded,
}Variants§
Trait Implementations§
source§impl PartialEq<RefreshOutput> for RefreshOutput
 
impl PartialEq<RefreshOutput> for RefreshOutput
source§fn eq(&self, other: &RefreshOutput) -> bool
 
fn eq(&self, other: &RefreshOutput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Eq for RefreshOutput
impl StructuralEq for RefreshOutput
impl StructuralPartialEq for RefreshOutput
Auto Trait Implementations§
impl RefUnwindSafe for RefreshOutput
impl Send for RefreshOutput
impl Sync for RefreshOutput
impl Unpin for RefreshOutput
impl UnwindSafe for RefreshOutput
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized,
 
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.