Struct solana_sdk::derivation_path::QueryKeyError
source · struct QueryKeyError(String);
Tuple Fields§
§0: String
Trait Implementations§
source§impl Clone for QueryKeyError
impl Clone for QueryKeyError
source§fn clone(&self) -> QueryKeyError
fn clone(&self) -> QueryKeyError
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 QueryKeyError
impl Debug for QueryKeyError
source§impl Display for QueryKeyError
impl Display for QueryKeyError
source§impl Error for QueryKeyError
impl Error for QueryKeyError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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 PartialEq<QueryKeyError> for QueryKeyError
impl PartialEq<QueryKeyError> for QueryKeyError
source§fn eq(&self, other: &QueryKeyError) -> bool
fn eq(&self, other: &QueryKeyError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for QueryKeyError
impl StructuralEq for QueryKeyError
impl StructuralPartialEq for QueryKeyError
Auto Trait Implementations§
impl RefUnwindSafe for QueryKeyError
impl Send for QueryKeyError
impl Sync for QueryKeyError
impl Unpin for QueryKeyError
impl UnwindSafe for QueryKeyError
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more