pub enum QueryCtrlType {
Profile(Format),
Level(Format),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QueryCtrlType
impl RefUnwindSafe for QueryCtrlType
impl Send for QueryCtrlType
impl Sync for QueryCtrlType
impl Unpin for QueryCtrlType
impl UnwindSafe for QueryCtrlType
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