pub struct PluginSelectionPublication { /* private fields */ }Expand description
One committed Plugin Instance selection change.
Implementations§
Source§impl PluginSelectionPublication
impl PluginSelectionPublication
pub const fn base_revision(&self) -> &PluginRootRevision
pub const fn enabled(&self) -> bool
pub fn instance(&self) -> &str
pub fn plugin_id(&self) -> &str
pub const fn revision(&self) -> &PluginRootRevision
pub const fn resolved(&self) -> &ResolvedApp
pub fn into_resolved(self) -> ResolvedApp
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PluginSelectionPublication
impl RefUnwindSafe for PluginSelectionPublication
impl Send for PluginSelectionPublication
impl Sync for PluginSelectionPublication
impl Unpin for PluginSelectionPublication
impl UnsafeUnpin for PluginSelectionPublication
impl UnwindSafe for PluginSelectionPublication
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