#[repr(i32)]pub enum tagRpcCallClientLocality {
rcclInvalid = 0,
rcclLocal = 1,
rcclRemote = 2,
rcclClientUnknownLocality = 3,
}Variants§
Trait Implementations§
Source§impl Clone for tagRpcCallClientLocality
impl Clone for tagRpcCallClientLocality
Source§fn clone(&self) -> tagRpcCallClientLocality
fn clone(&self) -> tagRpcCallClientLocality
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 tagRpcCallClientLocality
impl Debug for tagRpcCallClientLocality
Source§impl Hash for tagRpcCallClientLocality
impl Hash for tagRpcCallClientLocality
Source§impl PartialEq for tagRpcCallClientLocality
impl PartialEq for tagRpcCallClientLocality
impl Copy for tagRpcCallClientLocality
impl Eq for tagRpcCallClientLocality
impl StructuralPartialEq for tagRpcCallClientLocality
Auto Trait Implementations§
impl Freeze for tagRpcCallClientLocality
impl RefUnwindSafe for tagRpcCallClientLocality
impl Send for tagRpcCallClientLocality
impl Sync for tagRpcCallClientLocality
impl Unpin for tagRpcCallClientLocality
impl UnwindSafe for tagRpcCallClientLocality
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