#[repr(C)]pub struct AddDelayConfig {
pub delay: Duration,
pub inner: PolicyNodeIndex,
}Fields§
§delay: Duration§inner: PolicyNodeIndexTrait Implementations§
Source§impl Clone for AddDelayConfig
impl Clone for AddDelayConfig
Source§fn clone(&self) -> AddDelayConfig
fn clone(&self) -> AddDelayConfig
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 moreSource§impl Debug for AddDelayConfig
impl Debug for AddDelayConfig
impl Copy for AddDelayConfig
Auto Trait Implementations§
impl Freeze for AddDelayConfig
impl RefUnwindSafe for AddDelayConfig
impl Send for AddDelayConfig
impl Sync for AddDelayConfig
impl Unpin for AddDelayConfig
impl UnsafeUnpin for AddDelayConfig
impl UnwindSafe for AddDelayConfig
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