pub struct ConfigureDelay(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ConfigureDelay
impl Clone for ConfigureDelay
Source§fn clone(&self) -> ConfigureDelay
fn clone(&self) -> ConfigureDelay
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 ConfigureDelay
Source§impl Debug for ConfigureDelay
impl Debug for ConfigureDelay
impl Eq for ConfigureDelay
Source§impl PartialEq for ConfigureDelay
impl PartialEq for ConfigureDelay
impl StructuralPartialEq for ConfigureDelay
Auto Trait Implementations§
impl Freeze for ConfigureDelay
impl RefUnwindSafe for ConfigureDelay
impl Send for ConfigureDelay
impl Sync for ConfigureDelay
impl Unpin for ConfigureDelay
impl UnsafeUnpin for ConfigureDelay
impl UnwindSafe for ConfigureDelay
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