pub struct ListPluginsResult {
pub plugins: Vec<PluginDescriptor>,
}Fields§
§plugins: Vec<PluginDescriptor>Trait Implementations§
Source§impl Debug for ListPluginsResult
impl Debug for ListPluginsResult
Auto Trait Implementations§
impl Freeze for ListPluginsResult
impl RefUnwindSafe for ListPluginsResult
impl Send for ListPluginsResult
impl Sync for ListPluginsResult
impl Unpin for ListPluginsResult
impl UnsafeUnpin for ListPluginsResult
impl UnwindSafe for ListPluginsResult
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