pub struct spamRiskScore;
Trait Implementations§
Source§impl Field for spamRiskScore
impl Field for spamRiskScore
Auto Trait Implementations§
impl Freeze for spamRiskScore
impl RefUnwindSafe for spamRiskScore
impl Send for spamRiskScore
impl Sync for spamRiskScore
impl Unpin for spamRiskScore
impl UnwindSafe for spamRiskScore
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