pub struct PluginListResponse {
pub plugins: Vec<InstalledPluginView>,
}Expand description
GET /api/v1/plugins response body.
Fields§
§plugins: Vec<InstalledPluginView>Trait Implementations§
Source§impl Debug for PluginListResponse
impl Debug for PluginListResponse
Auto Trait Implementations§
impl Freeze for PluginListResponse
impl RefUnwindSafe for PluginListResponse
impl Send for PluginListResponse
impl Sync for PluginListResponse
impl Unpin for PluginListResponse
impl UnsafeUnpin for PluginListResponse
impl UnwindSafe for PluginListResponse
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