pub struct DbReplication {
pub count: Option<f64>,
}Expand description
DbReplication : Репликация
Fields§
§count: Option<f64>Количество реплик.
Implementations§
Source§impl DbReplication
impl DbReplication
Sourcepub fn new() -> DbReplication
pub fn new() -> DbReplication
Репликация
Trait Implementations§
Source§impl Clone for DbReplication
impl Clone for DbReplication
Source§fn clone(&self) -> DbReplication
fn clone(&self) -> DbReplication
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DbReplication
impl Debug for DbReplication
Source§impl Default for DbReplication
impl Default for DbReplication
Source§fn default() -> DbReplication
fn default() -> DbReplication
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DbReplication
impl<'de> Deserialize<'de> for DbReplication
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 PartialEq for DbReplication
impl PartialEq for DbReplication
Source§fn eq(&self, other: &DbReplication) -> bool
fn eq(&self, other: &DbReplication) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DbReplication
impl Serialize for DbReplication
impl StructuralPartialEq for DbReplication
Auto Trait Implementations§
impl Freeze for DbReplication
impl RefUnwindSafe for DbReplication
impl Send for DbReplication
impl Sync for DbReplication
impl Unpin for DbReplication
impl UnsafeUnpin for DbReplication
impl UnwindSafe for DbReplication
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