pub struct ParsedPluginIdentifier {
pub name: String,
pub marketplace: Option<String>,
}Expand description
Parsed plugin identifier with name and optional marketplace.
Fields§
§name: String§marketplace: Option<String>Auto Trait Implementations§
impl Freeze for ParsedPluginIdentifier
impl RefUnwindSafe for ParsedPluginIdentifier
impl Send for ParsedPluginIdentifier
impl Sync for ParsedPluginIdentifier
impl Unpin for ParsedPluginIdentifier
impl UnsafeUnpin for ParsedPluginIdentifier
impl UnwindSafe for ParsedPluginIdentifier
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