pub enum ProtocolQueryType {
Bool,
String,
Enum(&'static [&'static str]),
Int,
Float,
}Variants§
Trait Implementations§
Source§impl Clone for ProtocolQueryType
impl Clone for ProtocolQueryType
Source§fn clone(&self) -> ProtocolQueryType
fn clone(&self) -> ProtocolQueryType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ProtocolQueryType
impl RefUnwindSafe for ProtocolQueryType
impl Send for ProtocolQueryType
impl Sync for ProtocolQueryType
impl Unpin for ProtocolQueryType
impl UnsafeUnpin for ProtocolQueryType
impl UnwindSafe for ProtocolQueryType
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