pub struct ScoreHints {
pub recency: Option<u64>,
pub source_score: Option<i64>,
pub is_current: bool,
pub is_attached: bool,
}Fields§
§recency: Option<u64>§source_score: Option<i64>§is_current: bool§is_attached: boolTrait Implementations§
Source§impl Clone for ScoreHints
impl Clone for ScoreHints
Source§fn clone(&self) -> ScoreHints
fn clone(&self) -> ScoreHints
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 ScoreHints
impl Debug for ScoreHints
Source§impl Default for ScoreHints
impl Default for ScoreHints
Source§fn default() -> ScoreHints
fn default() -> ScoreHints
Returns the “default value” for a type. Read more
Source§impl PartialEq for ScoreHints
impl PartialEq for ScoreHints
impl Eq for ScoreHints
impl StructuralPartialEq for ScoreHints
Auto Trait Implementations§
impl Freeze for ScoreHints
impl RefUnwindSafe for ScoreHints
impl Send for ScoreHints
impl Sync for ScoreHints
impl Unpin for ScoreHints
impl UnsafeUnpin for ScoreHints
impl UnwindSafe for ScoreHints
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