Struct sep2_common::packages::prepayment::CreditTypeChange
source · pub struct CreditTypeChange {
pub new_type: CreditTypeType,
pub start_time: TimeType,
}
Available on crate feature
prepayment
only.Expand description
Specifies a change to the credit type.
Fields§
§new_type: CreditTypeType
The new credit type, to take effect at the time specified by startTime
start_time: TimeType
The date/time when the change is to take effect.
Trait Implementations§
source§impl Clone for CreditTypeChange
impl Clone for CreditTypeChange
source§fn clone(&self) -> CreditTypeChange
fn clone(&self) -> CreditTypeChange
Returns a copy 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 CreditTypeChange
impl Debug for CreditTypeChange
source§impl Default for CreditTypeChange
impl Default for CreditTypeChange
source§fn default() -> CreditTypeChange
fn default() -> CreditTypeChange
Returns the “default value” for a type. Read more
source§impl PartialEq<CreditTypeChange> for CreditTypeChange
impl PartialEq<CreditTypeChange> for CreditTypeChange
source§fn eq(&self, other: &CreditTypeChange) -> bool
fn eq(&self, other: &CreditTypeChange) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl YaDeserialize for CreditTypeChange
impl YaDeserialize for CreditTypeChange
source§impl YaSerialize for CreditTypeChange
impl YaSerialize for CreditTypeChange
fn name() -> &'static strwhere Self: Sized,
fn serialize<W: Write>(&self, writer: &mut Serializer<W>) -> Result<(), String>where Self: Sized,
fn serialize_attributes( &self, source_attributes: Vec<OwnedAttribute>, source_namespace: Namespace ) -> Result<(Vec<OwnedAttribute>, Namespace), String>where Self: Sized,
impl Eq for CreditTypeChange
impl StructuralEq for CreditTypeChange
impl StructuralPartialEq for CreditTypeChange
Auto Trait Implementations§
impl RefUnwindSafe for CreditTypeChange
impl Send for CreditTypeChange
impl Sync for CreditTypeChange
impl Unpin for CreditTypeChange
impl UnwindSafe for CreditTypeChange
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