pub struct RnsTransportStatus { /* private fields */ }Implementations§
Source§impl RnsTransportStatus
impl RnsTransportStatus
pub const fn new( transport_identity: IdentityHash, network_identity: Option<IdentityHash>, uptime: Duration, ) -> RnsTransportStatus
Trait Implementations§
Source§impl Clone for RnsTransportStatus
impl Clone for RnsTransportStatus
Source§fn clone(&self) -> RnsTransportStatus
fn clone(&self) -> RnsTransportStatus
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 RnsTransportStatus
Source§impl Debug for RnsTransportStatus
impl Debug for RnsTransportStatus
impl Eq for RnsTransportStatus
Source§impl PartialEq for RnsTransportStatus
impl PartialEq for RnsTransportStatus
impl StructuralPartialEq for RnsTransportStatus
Auto Trait Implementations§
impl Freeze for RnsTransportStatus
impl RefUnwindSafe for RnsTransportStatus
impl Send for RnsTransportStatus
impl Sync for RnsTransportStatus
impl Unpin for RnsTransportStatus
impl UnsafeUnpin for RnsTransportStatus
impl UnwindSafe for RnsTransportStatus
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