pub struct ConnectorKey(/* private fields */);Expand description
Typed key for identifying connectors in priority configuration.
Implementations§
Trait Implementations§
Source§impl Clone for ConnectorKey
impl Clone for ConnectorKey
Source§fn clone(&self) -> ConnectorKey
fn clone(&self) -> ConnectorKey
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 ConnectorKey
impl Debug for ConnectorKey
Source§impl<'de> Deserialize<'de> for ConnectorKey
impl<'de> Deserialize<'de> for ConnectorKey
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 Display for ConnectorKey
impl Display for ConnectorKey
Source§impl From<&'static str> for ConnectorKey
impl From<&'static str> for ConnectorKey
Source§impl From<String> for ConnectorKey
impl From<String> for ConnectorKey
Source§impl Hash for ConnectorKey
impl Hash for ConnectorKey
Source§impl PartialEq for ConnectorKey
impl PartialEq for ConnectorKey
Source§impl Serialize for ConnectorKey
impl Serialize for ConnectorKey
impl Eq for ConnectorKey
Auto Trait Implementations§
impl Freeze for ConnectorKey
impl RefUnwindSafe for ConnectorKey
impl Send for ConnectorKey
impl Sync for ConnectorKey
impl Unpin for ConnectorKey
impl UnwindSafe for ConnectorKey
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