pub struct DataConnectionId(/* private fields */);
Expand description
Identifier for DataConnection
Implementations§
Trait Implementations§
Source§impl Clone for DataConnectionId
impl Clone for DataConnectionId
Source§fn clone(&self) -> DataConnectionId
fn clone(&self) -> DataConnectionId
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 DataConnectionId
impl Debug for DataConnectionId
Source§impl<'de> Deserialize<'de> for DataConnectionId
impl<'de> Deserialize<'de> for DataConnectionId
Source§fn deserialize<D>(
deserializer: D,
) -> Result<Self, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D,
) -> Result<Self, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for DataConnectionId
impl Hash for DataConnectionId
Source§impl Ord for DataConnectionId
impl Ord for DataConnectionId
Source§fn cmp(&self, other: &DataConnectionId) -> Ordering
fn cmp(&self, other: &DataConnectionId) -> 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 DataConnectionId
impl PartialEq for DataConnectionId
Source§impl PartialOrd for DataConnectionId
impl PartialOrd for DataConnectionId
Source§impl Serialize for DataConnectionId
impl Serialize for DataConnectionId
impl Eq for DataConnectionId
impl StructuralPartialEq for DataConnectionId
Auto Trait Implementations§
impl Freeze for DataConnectionId
impl RefUnwindSafe for DataConnectionId
impl Send for DataConnectionId
impl Sync for DataConnectionId
impl Unpin for DataConnectionId
impl UnwindSafe for DataConnectionId
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§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.