pub struct DueKeepalive {
pub link_id: LinkId,
pub attached_interface: InterfaceId,
}Fields§
§link_id: LinkId§attached_interface: InterfaceIdTrait Implementations§
Source§impl Clone for DueKeepalive
impl Clone for DueKeepalive
Source§fn clone(&self) -> DueKeepalive
fn clone(&self) -> DueKeepalive
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 DueKeepalive
Source§impl Debug for DueKeepalive
impl Debug for DueKeepalive
impl Eq for DueKeepalive
Source§impl PartialEq for DueKeepalive
impl PartialEq for DueKeepalive
impl StructuralPartialEq for DueKeepalive
Auto Trait Implementations§
impl Freeze for DueKeepalive
impl RefUnwindSafe for DueKeepalive
impl Send for DueKeepalive
impl Sync for DueKeepalive
impl Unpin for DueKeepalive
impl UnsafeUnpin for DueKeepalive
impl UnwindSafe for DueKeepalive
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