#[non_exhaustive]pub struct ApplicationPreferencesBuilder { /* private fields */ }Expand description
A builder for ApplicationPreferences.
Implementations§
source§impl ApplicationPreferencesBuilder
impl ApplicationPreferencesBuilder
sourcepub fn management_preference(self, input: ManagementPreference) -> Self
pub fn management_preference(self, input: ManagementPreference) -> Self
Application preferences that you specify to prefer managed environment.
sourcepub fn set_management_preference(
self,
input: Option<ManagementPreference>
) -> Self
pub fn set_management_preference( self, input: Option<ManagementPreference> ) -> Self
Application preferences that you specify to prefer managed environment.
sourcepub fn get_management_preference(&self) -> &Option<ManagementPreference>
pub fn get_management_preference(&self) -> &Option<ManagementPreference>
Application preferences that you specify to prefer managed environment.
sourcepub fn build(self) -> ApplicationPreferences
pub fn build(self) -> ApplicationPreferences
Consumes the builder and constructs a ApplicationPreferences.
Trait Implementations§
source§impl Clone for ApplicationPreferencesBuilder
impl Clone for ApplicationPreferencesBuilder
source§fn clone(&self) -> ApplicationPreferencesBuilder
fn clone(&self) -> ApplicationPreferencesBuilder
Returns a copy 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 Default for ApplicationPreferencesBuilder
impl Default for ApplicationPreferencesBuilder
source§fn default() -> ApplicationPreferencesBuilder
fn default() -> ApplicationPreferencesBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ApplicationPreferencesBuilder
impl PartialEq for ApplicationPreferencesBuilder
source§fn eq(&self, other: &ApplicationPreferencesBuilder) -> bool
fn eq(&self, other: &ApplicationPreferencesBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ApplicationPreferencesBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ApplicationPreferencesBuilder
impl Send for ApplicationPreferencesBuilder
impl Sync for ApplicationPreferencesBuilder
impl Unpin for ApplicationPreferencesBuilder
impl UnwindSafe for ApplicationPreferencesBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.