Struct rxqlite_lite_common::LearnerNotFound
source · pub struct LearnerNotFound {
pub node_id: NodeId,
}Fields§
§node_id: NodeIdTrait Implementations§
source§impl Clone for LearnerNotFound
impl Clone for LearnerNotFound
source§fn clone(&self) -> LearnerNotFound
fn clone(&self) -> LearnerNotFound
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 LearnerNotFound
impl Debug for LearnerNotFound
source§impl<'de> Deserialize<'de> for LearnerNotFound
impl<'de> Deserialize<'de> for LearnerNotFound
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for LearnerNotFound
impl Display for LearnerNotFound
source§impl Error for LearnerNotFound
impl Error for LearnerNotFound
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 From<LearnerNotFound> for ChangeMembershipError
impl From<LearnerNotFound> for ChangeMembershipError
source§fn from(source: LearnerNotFound) -> Self
fn from(source: LearnerNotFound) -> Self
Converts to this type from the input type.
source§impl PartialEq for LearnerNotFound
impl PartialEq for LearnerNotFound
source§fn eq(&self, other: &LearnerNotFound) -> bool
fn eq(&self, other: &LearnerNotFound) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for LearnerNotFound
impl Serialize for LearnerNotFound
impl Eq for LearnerNotFound
impl StructuralPartialEq for LearnerNotFound
Auto Trait Implementations§
impl Freeze for LearnerNotFound
impl RefUnwindSafe for LearnerNotFound
impl Send for LearnerNotFound
impl Sync for LearnerNotFound
impl Unpin for LearnerNotFound
impl UnwindSafe for LearnerNotFound
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