Struct keys::rewrite::WrongPrefix[][src]

pub struct WrongPrefix;

An error indicating the key cannot be rewritten because it does not start with the given prefix.

Trait Implementations

impl Clone for WrongPrefix[src]

impl Debug for WrongPrefix[src]

impl Eq for WrongPrefix[src]

impl PartialEq<WrongPrefix> for WrongPrefix[src]

impl StructuralEq for WrongPrefix[src]

impl StructuralPartialEq for WrongPrefix[src]

Auto Trait Implementations

impl RefUnwindSafe for WrongPrefix

impl Send for WrongPrefix

impl Sync for WrongPrefix

impl Unpin for WrongPrefix

impl UnwindSafe for WrongPrefix

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> SendSyncUnwindSafe for T where
    T: Send + Sync + UnwindSafe + ?Sized
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.