pub struct RelayConnectionInfo {
pub info: RelayInfo,
pub status: RelayConnectionStatus,
}Expand description
Represents a relay connection with its status
Fields§
§info: RelayInfo§status: RelayConnectionStatusTrait Implementations§
Source§impl Clone for RelayConnectionInfo
impl Clone for RelayConnectionInfo
Source§fn clone(&self) -> RelayConnectionInfo
fn clone(&self) -> RelayConnectionInfo
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 moreAuto Trait Implementations§
impl Freeze for RelayConnectionInfo
impl RefUnwindSafe for RelayConnectionInfo
impl Send for RelayConnectionInfo
impl Sync for RelayConnectionInfo
impl Unpin for RelayConnectionInfo
impl UnwindSafe for RelayConnectionInfo
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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