pub struct InterventionRoleIds(/* private fields */);Expand description
Nonempty scoped recipients. Empty boundary lists mean the whole table instead. Historical deserialization remains tolerant so journal replay is unchanged; constructors and aggregate command validation enforce the current limits.
Implementations§
Trait Implementations§
Source§impl Clone for InterventionRoleIds
impl Clone for InterventionRoleIds
Source§fn clone(&self) -> InterventionRoleIds
fn clone(&self) -> InterventionRoleIds
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 moreSource§impl Debug for InterventionRoleIds
impl Debug for InterventionRoleIds
Source§impl<'de> Deserialize<'de> for InterventionRoleIds
impl<'de> Deserialize<'de> for InterventionRoleIds
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
impl Eq for InterventionRoleIds
Source§impl PartialEq for InterventionRoleIds
impl PartialEq for InterventionRoleIds
Source§impl Serialize for InterventionRoleIds
impl Serialize for InterventionRoleIds
impl StructuralPartialEq for InterventionRoleIds
Auto Trait Implementations§
impl Freeze for InterventionRoleIds
impl RefUnwindSafe for InterventionRoleIds
impl Send for InterventionRoleIds
impl Sync for InterventionRoleIds
impl Unpin for InterventionRoleIds
impl UnsafeUnpin for InterventionRoleIds
impl UnwindSafe for InterventionRoleIds
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