pub struct FLUSHALL {
pub _async: Option<bool>,
}
Fields§
§_async: Option<bool>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FLUSHALL
impl RefUnwindSafe for FLUSHALL
impl Send for FLUSHALL
impl Sync for FLUSHALL
impl Unpin for FLUSHALL
impl UnwindSafe for FLUSHALL
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