pub struct RefreshConfig {}Trait Implementations§
Auto Trait Implementations§
impl Freeze for RefreshConfig
impl RefUnwindSafe for RefreshConfig
impl Send for RefreshConfig
impl Sync for RefreshConfig
impl Unpin for RefreshConfig
impl UnwindSafe for RefreshConfig
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