pub struct FamilyItem { /* private fields */ }Expand description
Holds the name and status information about a plugin family
Trait Implementations§
Source§impl Debug for FamilyItem
impl Debug for FamilyItem
Source§impl PartialEq for FamilyItem
impl PartialEq for FamilyItem
impl StructuralPartialEq for FamilyItem
Auto Trait Implementations§
impl Freeze for FamilyItem
impl RefUnwindSafe for FamilyItem
impl Send for FamilyItem
impl Sync for FamilyItem
impl Unpin for FamilyItem
impl UnsafeUnpin for FamilyItem
impl UnwindSafe for FamilyItem
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