pub struct UnknownStmtExecuteParamFlags(pub u8);Tuple Fields§
§0: u8Trait Implementations§
Source§impl Clone for UnknownStmtExecuteParamFlags
impl Clone for UnknownStmtExecuteParamFlags
Source§fn clone(&self) -> UnknownStmtExecuteParamFlags
fn clone(&self) -> UnknownStmtExecuteParamFlags
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 moreSource§impl Debug for UnknownStmtExecuteParamFlags
impl Debug for UnknownStmtExecuteParamFlags
Source§impl Error for UnknownStmtExecuteParamFlags
impl Error for UnknownStmtExecuteParamFlags
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl Hash for UnknownStmtExecuteParamFlags
impl Hash for UnknownStmtExecuteParamFlags
Source§impl PartialEq for UnknownStmtExecuteParamFlags
impl PartialEq for UnknownStmtExecuteParamFlags
Source§fn eq(&self, other: &UnknownStmtExecuteParamFlags) -> bool
fn eq(&self, other: &UnknownStmtExecuteParamFlags) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for UnknownStmtExecuteParamFlags
impl Eq for UnknownStmtExecuteParamFlags
impl StructuralPartialEq for UnknownStmtExecuteParamFlags
Auto Trait Implementations§
impl Freeze for UnknownStmtExecuteParamFlags
impl RefUnwindSafe for UnknownStmtExecuteParamFlags
impl Send for UnknownStmtExecuteParamFlags
impl Sync for UnknownStmtExecuteParamFlags
impl Unpin for UnknownStmtExecuteParamFlags
impl UnwindSafe for UnknownStmtExecuteParamFlags
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