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