pub enum RpcLexicon {
All,
Nsid(String),
}Expand description
RPC lexicon identifier
Variants§
Trait Implementations§
Source§impl Clone for RpcLexicon
impl Clone for RpcLexicon
Source§fn clone(&self) -> RpcLexicon
fn clone(&self) -> RpcLexicon
Returns a duplicate 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 RpcLexicon
impl Debug for RpcLexicon
Source§impl Hash for RpcLexicon
impl Hash for RpcLexicon
Source§impl Ord for RpcLexicon
impl Ord for RpcLexicon
Source§fn cmp(&self, other: &RpcLexicon) -> Ordering
fn cmp(&self, other: &RpcLexicon) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RpcLexicon
impl PartialEq for RpcLexicon
Source§impl PartialOrd for RpcLexicon
impl PartialOrd for RpcLexicon
impl Eq for RpcLexicon
impl StructuralPartialEq for RpcLexicon
Auto Trait Implementations§
impl Freeze for RpcLexicon
impl RefUnwindSafe for RpcLexicon
impl Send for RpcLexicon
impl Sync for RpcLexicon
impl Unpin for RpcLexicon
impl UnwindSafe for RpcLexicon
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.