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