pub struct DashboardService { /* private fields */ }Expand description
Operations on the Dashboard resource.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for DashboardService
impl !UnwindSafe for DashboardService
impl Freeze for DashboardService
impl Send for DashboardService
impl Sync for DashboardService
impl Unpin for DashboardService
impl UnsafeUnpin for DashboardService
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