Struct ockam::Changes[][src]

pub struct Changes { /* fields omitted */ }

Implementations

impl Changes[src]

pub fn previous_event_identifier(&self) -> &EventIdentifier[src]

EventIdentifier of previous event

pub fn data(&self) -> &[ProfileChange]

Notable traits for &'_ [u8]

impl<'_> Read for &'_ [u8]impl<'_> Write for &'_ mut [u8]
[src]

Set of changes been applied

impl Changes[src]

pub fn new(prev_event_id: EventIdentifier, data: Vec<ProfileChange>) -> Self[src]

Trait Implementations

impl Clone for Changes[src]

impl Debug for Changes[src]

impl<'de> Deserialize<'de> for Changes[src]

impl Serialize for Changes[src]

Auto Trait Implementations

impl RefUnwindSafe for Changes

impl Send for Changes

impl Sync for Changes

impl Unpin for Changes

impl UnwindSafe for Changes

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Message for T where
    T: Serialize + DeserializeOwned + Send + 'static, 
[src]

impl<T> Pointable for T

type Init = T

The type for initializers.

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,