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