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