#[repr(u8)]pub enum Action {
Cancelled = 67,
Deleted = 68,
Inserted = 73,
PaymentDetailsCancelledByIssuer = 80,
PaymentDetailsDeletedBySupplier = 81,
Updated = 85,
}Available on crate feature
historical only.Expand description
A corporate actions action.
Variants§
Cancelled = 67
Cancelled.
Deleted = 68
Deleted.
Inserted = 73
Inserted.
PaymentDetailsCancelledByIssuer = 80
Payment details cancelled by issuer.
PaymentDetailsDeletedBySupplier = 81
Payment details deleted by supplier.
Updated = 85
Updated.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Action
impl<'de> Deserialize<'de> for Action
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
Source§impl Ord for Action
impl Ord for Action
Source§impl PartialOrd for Action
impl PartialOrd for Action
impl Copy for Action
impl Eq for Action
impl StructuralPartialEq for Action
Auto Trait Implementations§
impl Freeze for Action
impl RefUnwindSafe for Action
impl Send for Action
impl Sync for Action
impl Unpin for Action
impl UnwindSafe for Action
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)