pub struct BackendArgs {
pub refresh: bool,
}Fields§
§refresh: boolAuto Trait Implementations§
impl Freeze for BackendArgs
impl RefUnwindSafe for BackendArgs
impl Send for BackendArgs
impl Sync for BackendArgs
impl Unpin for BackendArgs
impl UnsafeUnpin for BackendArgs
impl UnwindSafe for BackendArgs
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