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