[][src]Struct splinter::circuit::Circuit

pub struct Circuit { /* fields omitted */ }

Methods

impl Circuit[src]

pub fn builder() -> CircuitBuilder[src]

pub fn new_admin() -> Self[src]

pub fn id(&self) -> &str[src]

pub fn auth(&self) -> &AuthorizationType[src]

pub fn members(&self) -> Members[src]

pub fn roster(&self) -> &Roster[src]

pub fn persistence(&self) -> &PersistenceType[src]

pub fn durability(&self) -> &DurabilityType[src]

pub fn routes(&self) -> &RouteType[src]

pub fn circuit_management_type(&self) -> &str[src]

Trait Implementations

impl Clone for Circuit[src]

impl Debug for Circuit[src]

impl<'de> Deserialize<'de> for Circuit[src]

impl PartialEq<Circuit> for Circuit[src]

impl Serialize for Circuit[src]

impl StructuralPartialEq for Circuit[src]

Auto Trait Implementations

impl RefUnwindSafe for Circuit

impl Send for Circuit

impl Sync for Circuit

impl Unpin for Circuit

impl UnwindSafe for Circuit

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<'a, T> DefaultFeatures<'a> for T where
    T: 'a + Clone + Send + Sync

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

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

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

impl<T> IntoSql for T

impl<'a, T> NonSyncFeatures<'a> for T where
    T: 'a + Clone

impl<T> SafeBorrow<T> for T where
    T: ?Sized

impl<T> Same<T> for T

type Output = T

Should always be Self

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.

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