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