Struct rxqlite_lite_common::InProgress
source · pub struct InProgress {
pub committed: Option<LogId>,
pub membership_log_id: Option<LogId>,
}Fields§
§committed: Option<LogId>§membership_log_id: Option<LogId>Trait Implementations§
source§impl Clone for InProgress
impl Clone for InProgress
source§fn clone(&self) -> InProgress
fn clone(&self) -> InProgress
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 InProgress
impl Debug for InProgress
source§impl<'de> Deserialize<'de> for InProgress
impl<'de> Deserialize<'de> for InProgress
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 InProgress
impl Display for InProgress
source§impl Error for InProgress
impl Error for InProgress
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<InProgress> for ChangeMembershipError
impl From<InProgress> for ChangeMembershipError
source§fn from(source: InProgress) -> Self
fn from(source: InProgress) -> Self
Converts to this type from the input type.
source§impl PartialEq for InProgress
impl PartialEq for InProgress
source§fn eq(&self, other: &InProgress) -> bool
fn eq(&self, other: &InProgress) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for InProgress
impl Serialize for InProgress
impl Eq for InProgress
impl StructuralPartialEq for InProgress
Auto Trait Implementations§
impl Freeze for InProgress
impl RefUnwindSafe for InProgress
impl Send for InProgress
impl Sync for InProgress
impl Unpin for InProgress
impl UnwindSafe for InProgress
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