pub struct ConnectorId(/* private fields */);Expand description
Identifies a connector, e.g. github, google-analytics, cloudflare.
Implementations§
Trait Implementations§
Source§impl Clone for ConnectorId
impl Clone for ConnectorId
Source§fn clone(&self) -> ConnectorId
fn clone(&self) -> ConnectorId
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 ConnectorId
impl Debug for ConnectorId
Source§impl<'de> Deserialize<'de> for ConnectorId
impl<'de> Deserialize<'de> for ConnectorId
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 ConnectorId
impl Display for ConnectorId
impl Eq for ConnectorId
Source§impl From<&str> for ConnectorId
impl From<&str> for ConnectorId
Source§impl From<String> for ConnectorId
impl From<String> for ConnectorId
Source§impl Hash for ConnectorId
impl Hash for ConnectorId
Source§impl Ord for ConnectorId
impl Ord for ConnectorId
Source§fn cmp(&self, other: &ConnectorId) -> Ordering
fn cmp(&self, other: &ConnectorId) -> Ordering
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for ConnectorId
impl PartialEq for ConnectorId
Source§impl PartialOrd for ConnectorId
impl PartialOrd for ConnectorId
Source§impl Serialize for ConnectorId
impl Serialize for ConnectorId
impl StructuralPartialEq for ConnectorId
Auto Trait Implementations§
impl Freeze for ConnectorId
impl RefUnwindSafe for ConnectorId
impl Send for ConnectorId
impl Sync for ConnectorId
impl Unpin for ConnectorId
impl UnsafeUnpin for ConnectorId
impl UnwindSafe for ConnectorId
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