pub struct MirrorUpdate {
pub node_id: ScheduleIdentity,
pub database_version: u64,
pub patch: SchedulePatch,
pub is_remedial_update: bool,
}Fields§
§node_id: ScheduleIdentity§database_version: u64§patch: SchedulePatch§is_remedial_update: boolTrait Implementations§
Source§impl Clone for MirrorUpdate
impl Clone for MirrorUpdate
Source§fn clone(&self) -> MirrorUpdate
fn clone(&self) -> MirrorUpdate
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 MirrorUpdate
impl Debug for MirrorUpdate
Source§impl Default for MirrorUpdate
impl Default for MirrorUpdate
Source§impl<'de> Deserialize<'de> for MirrorUpdate
impl<'de> Deserialize<'de> for MirrorUpdate
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 MirrorUpdate
impl PartialEq for MirrorUpdate
Source§impl Serialize for MirrorUpdate
impl Serialize for MirrorUpdate
impl Message for MirrorUpdate
impl StructuralPartialEq for MirrorUpdate
Auto Trait Implementations§
impl Freeze for MirrorUpdate
impl RefUnwindSafe for MirrorUpdate
impl Send for MirrorUpdate
impl Sync for MirrorUpdate
impl Unpin for MirrorUpdate
impl UnwindSafe for MirrorUpdate
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