pub enum Query<BASE> {
LoadRequest(BASE),
SaveRequest(BASE, BASE),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl<BASE> Freeze for Query<BASE>where
BASE: Freeze,
impl<BASE> RefUnwindSafe for Query<BASE>where
BASE: RefUnwindSafe,
impl<BASE> Send for Query<BASE>where
BASE: Send,
impl<BASE> Sync for Query<BASE>where
BASE: Sync,
impl<BASE> Unpin for Query<BASE>where
BASE: Unpin,
impl<BASE> UnwindSafe for Query<BASE>where
BASE: UnwindSafe,
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