pub enum QueryCtrlResponse {
Profile(Vec<Profile>),
Level(Vec<Level>),
}Variants§
Trait Implementations§
Source§impl Clone for QueryCtrlResponse
impl Clone for QueryCtrlResponse
Source§fn clone(&self) -> QueryCtrlResponse
fn clone(&self) -> QueryCtrlResponse
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for QueryCtrlResponse
impl Debug for QueryCtrlResponse
Auto Trait Implementations§
impl Freeze for QueryCtrlResponse
impl RefUnwindSafe for QueryCtrlResponse
impl Send for QueryCtrlResponse
impl Sync for QueryCtrlResponse
impl Unpin for QueryCtrlResponse
impl UnwindSafe for QueryCtrlResponse
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