agde::fast_forward

Struct MetadataApplier

source
pub struct MetadataApplier { /* private fields */ }
Expand description

Implementations§

source§

impl MetadataApplier

source

pub fn apply(&self, target: &mut Metadata)

Apply the fast forward metadata changes to your public metadata target.

source

pub fn metadata(&self) -> &Metadata

Get a reference to the remote’s metadata acquired during the fast forward.

Trait Implementations§

source§

impl Debug for MetadataApplier

source§

fn fmt(&self, f: &mut Formatter<'_>) ->