pub enum PluginScopeResource {
Children,
Owners,
Depth,
ScopeRegistrations,
OwnerRegistrations,
ActivePlaybackSlot,
NextPrewarmSlot,
}Variants§
Trait Implementations§
Source§impl Clone for PluginScopeResource
impl Clone for PluginScopeResource
Source§fn clone(&self) -> PluginScopeResource
fn clone(&self) -> PluginScopeResource
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 moreimpl Copy for PluginScopeResource
Source§impl Debug for PluginScopeResource
impl Debug for PluginScopeResource
impl Eq for PluginScopeResource
Source§impl Hash for PluginScopeResource
impl Hash for PluginScopeResource
Source§impl Ord for PluginScopeResource
impl Ord for PluginScopeResource
Source§fn cmp(&self, other: &PluginScopeResource) -> Ordering
fn cmp(&self, other: &PluginScopeResource) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for PluginScopeResource
impl PartialEq for PluginScopeResource
Source§impl PartialOrd for PluginScopeResource
impl PartialOrd for PluginScopeResource
impl StructuralPartialEq for PluginScopeResource
Auto Trait Implementations§
impl Freeze for PluginScopeResource
impl RefUnwindSafe for PluginScopeResource
impl Send for PluginScopeResource
impl Sync for PluginScopeResource
impl Unpin for PluginScopeResource
impl UnsafeUnpin for PluginScopeResource
impl UnwindSafe for PluginScopeResource
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