pub struct SetDefaultSystemConfigurationReply;
Expand description
Reply for SetDefaultSystemConfiguration
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetDefaultSystemConfigurationReply
impl RefUnwindSafe for SetDefaultSystemConfigurationReply
impl Send for SetDefaultSystemConfigurationReply
impl Sync for SetDefaultSystemConfigurationReply
impl Unpin for SetDefaultSystemConfigurationReply
impl UnwindSafe for SetDefaultSystemConfigurationReply
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