pub struct ConfigReplace;
Trait Implementations§
Source§impl ApiRequest for ConfigReplace
impl ApiRequest for ConfigReplace
Auto Trait Implementations§
impl Freeze for ConfigReplace
impl RefUnwindSafe for ConfigReplace
impl Send for ConfigReplace
impl Sync for ConfigReplace
impl Unpin for ConfigReplace
impl UnwindSafe for ConfigReplace
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