pub struct CuratorOutput {
pub delta: DeltaBatch,
pub raw: HashMap<String, Value>,
}Expand description
Output from the Curator role.
Fields§
§delta: DeltaBatch§raw: HashMap<String, Value>Implementations§
Trait Implementations§
Source§impl Clone for CuratorOutput
impl Clone for CuratorOutput
Source§fn clone(&self) -> CuratorOutput
fn clone(&self) -> CuratorOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CuratorOutput
impl RefUnwindSafe for CuratorOutput
impl Send for CuratorOutput
impl Sync for CuratorOutput
impl Unpin for CuratorOutput
impl UnsafeUnpin for CuratorOutput
impl UnwindSafe for CuratorOutput
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