pub struct AudienceMove {
pub source: Audience,
pub destination: Audience,
pub rows: BTreeSet<(String, String)>,
pub stamp: String,
}Fields§
§source: Audience§destination: Audience§rows: BTreeSet<(String, String)>§stamp: StringThe moved row’s _updated_at after the change that moved it — the version
at which its whole component now lives in destination, and the stamp the
routing transitions for that component carry.
Trait Implementations§
Source§impl Clone for AudienceMove
impl Clone for AudienceMove
Source§fn clone(&self) -> AudienceMove
fn clone(&self) -> AudienceMove
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 Debug for AudienceMove
impl Debug for AudienceMove
Source§impl PartialEq for AudienceMove
impl PartialEq for AudienceMove
impl Eq for AudienceMove
impl StructuralPartialEq for AudienceMove
Auto Trait Implementations§
impl Freeze for AudienceMove
impl RefUnwindSafe for AudienceMove
impl Send for AudienceMove
impl Sync for AudienceMove
impl Unpin for AudienceMove
impl UnsafeUnpin for AudienceMove
impl UnwindSafe for AudienceMove
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.