agde::sync

Struct Response

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

The diffs to make the pier’s data the same as ours.

Implementations§

source§

impl Response

source

pub fn diff(&self) -> &[(impl AsRef<str>, Difference)]

Returns a list with (resource, diff), where you should call [dach::Difference::apply] on the data resource holds.

source

pub fn delete(&self) -> &[impl AsRef<str>]

Returns a list with resource, where you should delete resource.

Trait Implementations§

source§

impl Clone for