pub struct PluginRootAuthoringState { /* private fields */ }Expand description
Complete read-only management projection for the current Plugin Root.
Implementations§
Source§impl PluginRootAuthoringState
impl PluginRootAuthoringState
pub const fn revision(&self) -> &PluginRootRevision
pub const fn resolved(&self) -> &ResolvedApp
pub fn plugins(&self) -> &[PluginAuthoringState]
Trait Implementations§
Source§impl Clone for PluginRootAuthoringState
impl Clone for PluginRootAuthoringState
Source§fn clone(&self) -> PluginRootAuthoringState
fn clone(&self) -> PluginRootAuthoringState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PluginRootAuthoringState
impl Debug for PluginRootAuthoringState
impl Eq for PluginRootAuthoringState
Source§impl PartialEq for PluginRootAuthoringState
impl PartialEq for PluginRootAuthoringState
impl StructuralPartialEq for PluginRootAuthoringState
Auto Trait Implementations§
impl Freeze for PluginRootAuthoringState
impl RefUnwindSafe for PluginRootAuthoringState
impl Send for PluginRootAuthoringState
impl Sync for PluginRootAuthoringState
impl Unpin for PluginRootAuthoringState
impl UnsafeUnpin for PluginRootAuthoringState
impl UnwindSafe for PluginRootAuthoringState
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.