[][src]Struct cranky::Run

pub struct Run(pub Rc<String>);

Represents a query run.

Trait Implementations

impl Eq for Run[src]

impl PartialOrd<Run> for Run[src]

impl PartialEq<Run> for Run[src]

impl Ord for Run[src]

impl From<Rc<String>> for Run[src]

impl Debug for Run[src]

Auto Trait Implementations

impl !Send for Run

impl Unpin for Run

impl !Sync for Run

impl UnwindSafe for Run

impl !RefUnwindSafe for Run

Blanket Implementations

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

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

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.

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

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

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