Struct aws_sdk_directory::model::Setting
source · [−]#[non_exhaustive]pub struct Setting { /* private fields */ }Expand description
Contains information about the configurable settings for a directory.
Implementations
Trait Implementations
impl StructuralPartialEq for Setting
Auto Trait Implementations
impl RefUnwindSafe for Setting
impl Send for Setting
impl Sync for Setting
impl Unpin for Setting
impl UnwindSafe for Setting
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