pub struct RemoteTransportStatus {
pub transport_identity: IdentityHash,
pub network_identity: Option<IdentityHash>,
pub uptime: Duration,
}Fields§
§transport_identity: IdentityHash§network_identity: Option<IdentityHash>§uptime: DurationTrait Implementations§
Source§impl Clone for RemoteTransportStatus
impl Clone for RemoteTransportStatus
Source§fn clone(&self) -> RemoteTransportStatus
fn clone(&self) -> RemoteTransportStatus
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 moreimpl Copy for RemoteTransportStatus
Source§impl Debug for RemoteTransportStatus
impl Debug for RemoteTransportStatus
Source§impl PartialEq for RemoteTransportStatus
impl PartialEq for RemoteTransportStatus
impl StructuralPartialEq for RemoteTransportStatus
Auto Trait Implementations§
impl Freeze for RemoteTransportStatus
impl RefUnwindSafe for RemoteTransportStatus
impl Send for RemoteTransportStatus
impl Sync for RemoteTransportStatus
impl Unpin for RemoteTransportStatus
impl UnsafeUnpin for RemoteTransportStatus
impl UnwindSafe for RemoteTransportStatus
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