pub struct FutureElementRef {
pub element_ref: ElementReference,
pub original_time: ElementTimestamp,
pub due_time: ElementTimestamp,
pub group_signature: u64,
}Fields§
§element_ref: ElementReference§original_time: ElementTimestamp§due_time: ElementTimestamp§group_signature: u64Trait Implementations§
Source§impl Clone for FutureElementRef
impl Clone for FutureElementRef
Source§fn clone(&self) -> FutureElementRef
fn clone(&self) -> FutureElementRef
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 FutureElementRef
impl Debug for FutureElementRef
Source§impl Hash for FutureElementRef
impl Hash for FutureElementRef
Source§impl PartialEq for FutureElementRef
impl PartialEq for FutureElementRef
impl Eq for FutureElementRef
impl StructuralPartialEq for FutureElementRef
Auto Trait Implementations§
impl Freeze for FutureElementRef
impl RefUnwindSafe for FutureElementRef
impl Send for FutureElementRef
impl Sync for FutureElementRef
impl Unpin for FutureElementRef
impl UnwindSafe for FutureElementRef
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.