Enum beaker::NetworkVariant
source · pub enum NetworkVariant {
Local,
Shared,
}Variants§
Local
Beaker’s state of the network will not be shared with collaborator via vcs
Beaker’s state of the network will be shared with collaborator via vcs
Trait Implementations§
source§impl Clone for NetworkVariant
impl Clone for NetworkVariant
source§fn clone(&self) -> NetworkVariant
fn clone(&self) -> NetworkVariant
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for NetworkVariant
impl Debug for NetworkVariant
source§impl<'de> Deserialize<'de> for NetworkVariant
impl<'de> Deserialize<'de> for NetworkVariant
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl GetDataDocs for NetworkVariant
impl GetDataDocs for NetworkVariant
fn get_data_docs() -> Vec<DataDoc>
source§impl PartialEq for NetworkVariant
impl PartialEq for NetworkVariant
source§fn eq(&self, other: &NetworkVariant) -> bool
fn eq(&self, other: &NetworkVariant) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for NetworkVariant
impl Serialize for NetworkVariant
impl Eq for NetworkVariant
impl StructuralEq for NetworkVariant
impl StructuralPartialEq for NetworkVariant
Auto Trait Implementations§
impl RefUnwindSafe for NetworkVariant
impl Send for NetworkVariant
impl Sync for NetworkVariant
impl Unpin for NetworkVariant
impl UnwindSafe for NetworkVariant
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request