#[non_exhaustive]pub struct ImportClientBrandingOutput { /* private fields */ }Implementations
sourceimpl ImportClientBrandingOutput
impl ImportClientBrandingOutput
sourcepub fn device_type_windows(&self) -> Option<&DefaultClientBrandingAttributes>
pub fn device_type_windows(&self) -> Option<&DefaultClientBrandingAttributes>
The branding information configured for Windows devices.
sourcepub fn device_type_osx(&self) -> Option<&DefaultClientBrandingAttributes>
pub fn device_type_osx(&self) -> Option<&DefaultClientBrandingAttributes>
The branding information configured for macOS devices.
sourcepub fn device_type_android(&self) -> Option<&DefaultClientBrandingAttributes>
pub fn device_type_android(&self) -> Option<&DefaultClientBrandingAttributes>
The branding information configured for Android devices.
sourcepub fn device_type_ios(&self) -> Option<&IosClientBrandingAttributes>
pub fn device_type_ios(&self) -> Option<&IosClientBrandingAttributes>
The branding information configured for iOS devices.
sourcepub fn device_type_linux(&self) -> Option<&DefaultClientBrandingAttributes>
pub fn device_type_linux(&self) -> Option<&DefaultClientBrandingAttributes>
The branding information configured for Linux devices.
sourcepub fn device_type_web(&self) -> Option<&DefaultClientBrandingAttributes>
pub fn device_type_web(&self) -> Option<&DefaultClientBrandingAttributes>
The branding information configured for web access.
sourceimpl ImportClientBrandingOutput
impl ImportClientBrandingOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ImportClientBrandingOutput.
Trait Implementations
sourceimpl Clone for ImportClientBrandingOutput
impl Clone for ImportClientBrandingOutput
sourcefn clone(&self) -> ImportClientBrandingOutput
fn clone(&self) -> ImportClientBrandingOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ImportClientBrandingOutput
impl Debug for ImportClientBrandingOutput
sourceimpl PartialEq<ImportClientBrandingOutput> for ImportClientBrandingOutput
impl PartialEq<ImportClientBrandingOutput> for ImportClientBrandingOutput
sourcefn eq(&self, other: &ImportClientBrandingOutput) -> bool
fn eq(&self, other: &ImportClientBrandingOutput) -> bool
impl StructuralPartialEq for ImportClientBrandingOutput
Auto Trait Implementations
impl RefUnwindSafe for ImportClientBrandingOutput
impl Send for ImportClientBrandingOutput
impl Sync for ImportClientBrandingOutput
impl Unpin for ImportClientBrandingOutput
impl UnwindSafe for ImportClientBrandingOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more