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