pub enum AccountUpdateMulti {
AccountMultiValue(AccountMultiValue),
End,
}Expand description
Account update events scoped to an account/model code pair.
Variants§
AccountMultiValue(AccountMultiValue)
Key/value update for a specific account/model code pair.
End
Indicates the end of the scoped account update stream.
Trait Implementations§
Source§impl ComposeSchema for AccountUpdateMulti
impl ComposeSchema for AccountUpdateMulti
Source§impl Debug for AccountUpdateMulti
impl Debug for AccountUpdateMulti
Source§impl PartialEq for AccountUpdateMulti
impl PartialEq for AccountUpdateMulti
Source§impl ToSchema for AccountUpdateMulti
impl ToSchema for AccountUpdateMulti
impl StructuralPartialEq for AccountUpdateMulti
Auto Trait Implementations§
impl Freeze for AccountUpdateMulti
impl RefUnwindSafe for AccountUpdateMulti
impl Send for AccountUpdateMulti
impl Sync for AccountUpdateMulti
impl Unpin for AccountUpdateMulti
impl UnsafeUnpin for AccountUpdateMulti
impl UnwindSafe for AccountUpdateMulti
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