pub struct DeltaFormat {
pub delta_header: String,
}Expand description
Delta format: only changes since last turn.
Fields§
§delta_header: StringImplementations§
Trait Implementations§
Source§impl Clone for DeltaFormat
impl Clone for DeltaFormat
Source§fn clone(&self) -> DeltaFormat
fn clone(&self) -> DeltaFormat
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 ContextSerializer for DeltaFormat
impl ContextSerializer for DeltaFormat
fn serialize(&self, blocks: &[ContextBlock]) -> String
Auto Trait Implementations§
impl Freeze for DeltaFormat
impl RefUnwindSafe for DeltaFormat
impl Send for DeltaFormat
impl Sync for DeltaFormat
impl Unpin for DeltaFormat
impl UnsafeUnpin for DeltaFormat
impl UnwindSafe for DeltaFormat
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