pub enum MescQueryType {
DefaultEndpoint,
EndpointByName,
EndpointByNetwork,
UserInput,
MultiEndpoint,
GlobalMetadata,
}
Expand description
MescQueryType
Variants§
DefaultEndpoint
DefaultEndpoint
EndpointByName
EndpointByName
EndpointByNetwork
EndpointByNetwork
UserInput
UserInput
MultiEndpoint
MultiEndpoint
GlobalMetadata
GlobalMetadata
Trait Implementations§
Source§impl Clone for MescQueryType
impl Clone for MescQueryType
Source§fn clone(&self) -> MescQueryType
fn clone(&self) -> MescQueryType
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for MescQueryType
impl RefUnwindSafe for MescQueryType
impl Send for MescQueryType
impl Sync for MescQueryType
impl Unpin for MescQueryType
impl UnwindSafe for MescQueryType
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