pub struct CustomCategory {
pub id: String,
pub display_name: String,
}Expand description
§========================================================================== Plugin Metadata (Categories)
Custom category for extensibility
Fields§
§id: StringCategory identifier (e.g., “analyzer”, “mixer”)
display_name: StringDisplay name
Trait Implementations§
Source§impl Clone for CustomCategory
impl Clone for CustomCategory
Source§fn clone(&self) -> CustomCategory
fn clone(&self) -> CustomCategory
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CustomCategory
impl RefUnwindSafe for CustomCategory
impl Send for CustomCategory
impl Sync for CustomCategory
impl Unpin for CustomCategory
impl UnwindSafe for CustomCategory
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