pub struct IssuingPersonalizationDesignCarrierText {
pub footer_body: Option<String>,
pub footer_title: Option<String>,
pub header_body: Option<String>,
pub header_title: Option<String>,
}
Fields§
The footer body text of the carrier letter.
The footer title text of the carrier letter.
header_body: Option<String>
The header body text of the carrier letter.
header_title: Option<String>
The header title text of the carrier letter.
Trait Implementations§
Source§impl Clone for IssuingPersonalizationDesignCarrierText
impl Clone for IssuingPersonalizationDesignCarrierText
Source§fn clone(&self) -> IssuingPersonalizationDesignCarrierText
fn clone(&self) -> IssuingPersonalizationDesignCarrierText
Returns a duplicate 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 FromValueOpt for IssuingPersonalizationDesignCarrierText
impl FromValueOpt for IssuingPersonalizationDesignCarrierText
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for IssuingPersonalizationDesignCarrierText
impl RefUnwindSafe for IssuingPersonalizationDesignCarrierText
impl Send for IssuingPersonalizationDesignCarrierText
impl Sync for IssuingPersonalizationDesignCarrierText
impl Unpin for IssuingPersonalizationDesignCarrierText
impl UnwindSafe for IssuingPersonalizationDesignCarrierText
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