pub struct CheckpointSyncStatus { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for CheckpointSyncStatus
impl Clone for CheckpointSyncStatus
Source§fn clone(&self) -> CheckpointSyncStatus
fn clone(&self) -> CheckpointSyncStatus
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 CheckpointSyncStatus
impl Debug for CheckpointSyncStatus
Source§impl Default for CheckpointSyncStatus
impl Default for CheckpointSyncStatus
Source§impl From<CheckpointSyncStatus> for CheckpointSyncStatus
impl From<CheckpointSyncStatus> for CheckpointSyncStatus
Source§fn from(value: CheckpointSyncStatus) -> Self
fn from(value: CheckpointSyncStatus) -> Self
Converts to this type from the input type.
Source§impl TryFrom<CheckpointSyncStatus> for CheckpointSyncStatus
impl TryFrom<CheckpointSyncStatus> for CheckpointSyncStatus
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: CheckpointSyncStatus) -> Result<Self, ConversionError>
fn try_from(value: CheckpointSyncStatus) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for CheckpointSyncStatus
impl RefUnwindSafe for CheckpointSyncStatus
impl Send for CheckpointSyncStatus
impl Sync for CheckpointSyncStatus
impl Unpin for CheckpointSyncStatus
impl UnsafeUnpin for CheckpointSyncStatus
impl UnwindSafe for CheckpointSyncStatus
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