pub struct CustomLogo {
pub content_type: Option<String>,
pub url: String,
}Fields§
§content_type: Option<String>Content type of the Dashboard-only CustomPaymentMethodType logo.
url: StringURL of the Dashboard-only CustomPaymentMethodType logo.
Trait Implementations§
Source§impl Clone for CustomLogo
impl Clone for CustomLogo
Source§fn clone(&self) -> CustomLogo
fn clone(&self) -> CustomLogo
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 Debug for CustomLogo
impl Debug for CustomLogo
Source§impl Deserialize for CustomLogo
impl Deserialize for CustomLogo
Source§impl FromValueOpt for CustomLogo
impl FromValueOpt for CustomLogo
fn from_value(v: Value) -> Option<Self>
Source§impl ObjectDeser for CustomLogo
impl ObjectDeser for CustomLogo
type Builder = CustomLogoBuilder
Auto Trait Implementations§
impl Freeze for CustomLogo
impl RefUnwindSafe for CustomLogo
impl Send for CustomLogo
impl Sync for CustomLogo
impl Unpin for CustomLogo
impl UnwindSafe for CustomLogo
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