pub struct ChangeConfiguration;Expand description
Marker type for the ChangeConfiguration action.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChangeConfiguration
impl RefUnwindSafe for ChangeConfiguration
impl Send for ChangeConfiguration
impl Sync for ChangeConfiguration
impl Unpin for ChangeConfiguration
impl UnsafeUnpin for ChangeConfiguration
impl UnwindSafe for ChangeConfiguration
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