[][src]Struct foundationdb::api::NetworkStop

pub struct NetworkStop { /* fields omitted */ }

Allow to stop the associated and running NetworkRunner.

Most of the time you should never need to use this directly and use boot().

Implementations

impl NetworkStop[src]

pub fn stop(self) -> FdbResult<()>[src]

Signals the event loop invoked by Network::run to terminate.

Auto Trait Implementations

impl RefUnwindSafe for NetworkStop

impl Send for NetworkStop

impl Sync for NetworkStop

impl Unpin for NetworkStop

impl UnwindSafe for NetworkStop

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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,