pub struct FollowerReplicationStatus {
pub connected: bool,
}Expand description
Stub — replication not available in community edition.
Fields§
§connected: boolTrait Implementations§
Source§impl Clone for FollowerReplicationStatus
impl Clone for FollowerReplicationStatus
Source§fn clone(&self) -> FollowerReplicationStatus
fn clone(&self) -> FollowerReplicationStatus
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 FollowerReplicationStatus
impl Debug for FollowerReplicationStatus
Auto Trait Implementations§
impl Freeze for FollowerReplicationStatus
impl RefUnwindSafe for FollowerReplicationStatus
impl Send for FollowerReplicationStatus
impl Sync for FollowerReplicationStatus
impl Unpin for FollowerReplicationStatus
impl UnsafeUnpin for FollowerReplicationStatus
impl UnwindSafe for FollowerReplicationStatus
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