pub enum ExternalDebtorActivationAmendmentReason1Code {
Am05,
Rf01,
Rr04,
Trjt,
Ucrd,
Unknown,
}Variants§
Trait Implementations§
Source§impl Clone for ExternalDebtorActivationAmendmentReason1Code
impl Clone for ExternalDebtorActivationAmendmentReason1Code
Source§fn clone(&self) -> ExternalDebtorActivationAmendmentReason1Code
fn clone(&self) -> ExternalDebtorActivationAmendmentReason1Code
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 Default for ExternalDebtorActivationAmendmentReason1Code
impl Default for ExternalDebtorActivationAmendmentReason1Code
Source§fn default() -> ExternalDebtorActivationAmendmentReason1Code
fn default() -> ExternalDebtorActivationAmendmentReason1Code
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExternalDebtorActivationAmendmentReason1Code
impl<'de> Deserialize<'de> for ExternalDebtorActivationAmendmentReason1Code
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for ExternalDebtorActivationAmendmentReason1Code
Auto Trait Implementations§
impl Freeze for ExternalDebtorActivationAmendmentReason1Code
impl RefUnwindSafe for ExternalDebtorActivationAmendmentReason1Code
impl Send for ExternalDebtorActivationAmendmentReason1Code
impl Sync for ExternalDebtorActivationAmendmentReason1Code
impl Unpin for ExternalDebtorActivationAmendmentReason1Code
impl UnsafeUnpin for ExternalDebtorActivationAmendmentReason1Code
impl UnwindSafe for ExternalDebtorActivationAmendmentReason1Code
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