pub struct GroupID(/* private fields */);Trait Implementations§
Source§impl<'de> Deserialize<'de> for GroupID
impl<'de> Deserialize<'de> for GroupID
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 From<(SocketAddr, SocketAddr)> for GroupID
impl From<(SocketAddr, SocketAddr)> for GroupID
Source§fn from(_value: (SocketAddr, SocketAddr)) -> Self
fn from(_value: (SocketAddr, SocketAddr)) -> Self
Converts to this type from the input type.
Source§impl From<ConnectionID> for GroupID
impl From<ConnectionID> for GroupID
Source§fn from(value: ConnectionID) -> Self
fn from(value: ConnectionID) -> Self
Converts to this type from the input type.
Source§impl From<ConnectionId> for GroupID
impl From<ConnectionId> for GroupID
Source§fn from(value: ConnectionId) -> Self
fn from(value: ConnectionId) -> Self
Converts to this type from the input type.
impl Eq for GroupID
impl StructuralPartialEq for GroupID
Auto Trait Implementations§
impl Freeze for GroupID
impl RefUnwindSafe for GroupID
impl Send for GroupID
impl Sync for GroupID
impl Unpin for GroupID
impl UnwindSafe for GroupID
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)