pub struct ServiceBrandingImage {
pub src: String,
pub media_type: Option<ServiceBrandingImageType>,
}Fields§
§src: String§media_type: Option<ServiceBrandingImageType>Trait Implementations§
Source§impl Clone for ServiceBrandingImage
impl Clone for ServiceBrandingImage
Source§fn clone(&self) -> ServiceBrandingImage
fn clone(&self) -> ServiceBrandingImage
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 Debug for ServiceBrandingImage
impl Debug for ServiceBrandingImage
Source§impl<'de> Deserialize<'de> for ServiceBrandingImage
impl<'de> Deserialize<'de> for ServiceBrandingImage
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
Source§impl PartialEq for ServiceBrandingImage
impl PartialEq for ServiceBrandingImage
Source§impl Serialize for ServiceBrandingImage
impl Serialize for ServiceBrandingImage
impl StructuralPartialEq for ServiceBrandingImage
Auto Trait Implementations§
impl Freeze for ServiceBrandingImage
impl RefUnwindSafe for ServiceBrandingImage
impl Send for ServiceBrandingImage
impl Sync for ServiceBrandingImage
impl Unpin for ServiceBrandingImage
impl UnsafeUnpin for ServiceBrandingImage
impl UnwindSafe for ServiceBrandingImage
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