pub struct RecordClockSyncMarkerBuilder { /* private fields */ }Expand description
Builder for RecordClockSyncMarker.
Implementations§
Source§impl RecordClockSyncMarkerBuilder
impl RecordClockSyncMarkerBuilder
Sourcepub fn sync_id<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn sync_id<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
The ID of this clock sync marker
Sourcepub fn build(
&self,
) -> Result<RecordClockSyncMarker, RecordClockSyncMarkerBuilderError>
pub fn build( &self, ) -> Result<RecordClockSyncMarker, RecordClockSyncMarkerBuilderError>
Trait Implementations§
Source§impl Clone for RecordClockSyncMarkerBuilder
impl Clone for RecordClockSyncMarkerBuilder
Source§fn clone(&self) -> RecordClockSyncMarkerBuilder
fn clone(&self) -> RecordClockSyncMarkerBuilder
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 moreAuto Trait Implementations§
impl Freeze for RecordClockSyncMarkerBuilder
impl RefUnwindSafe for RecordClockSyncMarkerBuilder
impl Send for RecordClockSyncMarkerBuilder
impl Sync for RecordClockSyncMarkerBuilder
impl Unpin for RecordClockSyncMarkerBuilder
impl UnsafeUnpin for RecordClockSyncMarkerBuilder
impl UnwindSafe for RecordClockSyncMarkerBuilder
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