pub struct ModifySecuritySettingCommand { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ModifySecuritySettingCommand
impl RefUnwindSafe for ModifySecuritySettingCommand
impl Send for ModifySecuritySettingCommand
impl Sync for ModifySecuritySettingCommand
impl Unpin for ModifySecuritySettingCommand
impl UnsafeUnpin for ModifySecuritySettingCommand
impl UnwindSafe for ModifySecuritySettingCommand
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