pub enum BridgeKeyType {
String,
Symbol,
}Variants§
Implementations§
Source§impl BridgeKeyType
impl BridgeKeyType
pub fn config_name(self) -> &'static str
Trait Implementations§
Source§impl Clone for BridgeKeyType
impl Clone for BridgeKeyType
Source§fn clone(&self) -> BridgeKeyType
fn clone(&self) -> BridgeKeyType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BridgeKeyType
impl Debug for BridgeKeyType
Source§impl PartialEq for BridgeKeyType
impl PartialEq for BridgeKeyType
Source§fn eq(&self, other: &BridgeKeyType) -> bool
fn eq(&self, other: &BridgeKeyType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for BridgeKeyType
impl Eq for BridgeKeyType
impl StructuralPartialEq for BridgeKeyType
Auto Trait Implementations§
impl Freeze for BridgeKeyType
impl RefUnwindSafe for BridgeKeyType
impl Send for BridgeKeyType
impl Sync for BridgeKeyType
impl Unpin for BridgeKeyType
impl UnsafeUnpin for BridgeKeyType
impl UnwindSafe for BridgeKeyType
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