pub struct SessionScore {
pub plugin: String,
pub score: i64,
}Fields§
§plugin: String§score: i64Trait Implementations§
Source§impl Clone for SessionScore
impl Clone for SessionScore
Source§fn clone(&self) -> SessionScore
fn clone(&self) -> SessionScore
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 SessionScore
impl Debug for SessionScore
Source§impl PartialEq for SessionScore
impl PartialEq for SessionScore
impl Eq for SessionScore
impl StructuralPartialEq for SessionScore
Auto Trait Implementations§
impl Freeze for SessionScore
impl RefUnwindSafe for SessionScore
impl Send for SessionScore
impl Sync for SessionScore
impl Unpin for SessionScore
impl UnsafeUnpin for SessionScore
impl UnwindSafe for SessionScore
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