[−][src]Enum sync15::status::ServiceStatus
The general status of sync - should probably be moved to the "sync manager" once we have one!
Variants
Everything is fine.
Some general network issue.
Some apparent issue with the servers.
Some external FxA action needs to be taken.
We declined to do anything for backoff or rate-limiting reasons.
We were interrupted.
Something else - you need to check the logs for more details. May or may not be transient, we really don't know.
Implementations
impl ServiceStatus
[src]
pub fn from_err(err: &Error) -> ServiceStatus
[src]
Trait Implementations
impl Clone for ServiceStatus
[src]
fn clone(&self) -> ServiceStatus
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for ServiceStatus
[src]
impl PartialEq<ServiceStatus> for ServiceStatus
[src]
fn eq(&self, other: &ServiceStatus) -> bool
[src]
#[must_use]fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl StructuralPartialEq for ServiceStatus
[src]
Auto Trait Implementations
impl RefUnwindSafe for ServiceStatus
impl Send for ServiceStatus
impl Sync for ServiceStatus
impl Unpin for ServiceStatus
impl UnwindSafe for ServiceStatus
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,