Struct nebula_fbthrift_raftex_v2::mock::RaftexService[][src]

pub struct RaftexService<'mock> {
    pub askForVote: askForVote<'mock>,
    pub appendLog: appendLog<'mock>,
    pub sendSnapshot: sendSnapshot<'mock>,
    // some fields omitted
}

Fields

askForVote: askForVote<'mock>appendLog: appendLog<'mock>sendSnapshot: sendSnapshot<'mock>

Trait Implementations

impl<'mock> RaftexService for RaftexService<'mock>[src]

Auto Trait Implementations

impl<'mock> RefUnwindSafe for RaftexService<'mock>

impl<'mock> Send for RaftexService<'mock>

impl<'mock> Sync for RaftexService<'mock>

impl<'mock> Unpin for RaftexService<'mock>

impl<'mock> UnwindSafe for RaftexService<'mock>

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, 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.