Enum rgbwallet::RgbTransport
source · pub enum RgbTransport {
JsonRpc {
tls: bool,
host: String,
},
RestHttp {
tls: bool,
host: String,
},
WebSockets {
tls: bool,
host: String,
},
Storm {},
UnspecifiedMeans,
}Variants§
Trait Implementations§
source§impl Clone for RgbTransport
impl Clone for RgbTransport
source§fn clone(&self) -> RgbTransport
fn clone(&self) -> RgbTransport
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 RgbTransport
impl Debug for RgbTransport
source§impl Display for RgbTransport
impl Display for RgbTransport
source§impl FromStr for RgbTransport
impl FromStr for RgbTransport
source§impl Hash for RgbTransport
impl Hash for RgbTransport
source§impl PartialEq for RgbTransport
impl PartialEq for RgbTransport
source§fn eq(&self, other: &RgbTransport) -> bool
fn eq(&self, other: &RgbTransport) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for RgbTransport
impl StructuralEq for RgbTransport
impl StructuralPartialEq for RgbTransport
Auto Trait Implementations§
impl RefUnwindSafe for RgbTransport
impl Send for RgbTransport
impl Sync for RgbTransport
impl Unpin for RgbTransport
impl UnwindSafe for RgbTransport
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.