pub enum PluginPlaybackRole {
Active,
NextPrewarm,
}Expand description
Finite role held by one managed playback attachment.
Variants§
Trait Implementations§
Source§impl Clone for PluginPlaybackRole
impl Clone for PluginPlaybackRole
Source§fn clone(&self) -> PluginPlaybackRole
fn clone(&self) -> PluginPlaybackRole
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 PluginPlaybackRole
Source§impl Debug for PluginPlaybackRole
impl Debug for PluginPlaybackRole
impl Eq for PluginPlaybackRole
Source§impl Hash for PluginPlaybackRole
impl Hash for PluginPlaybackRole
Source§impl Ord for PluginPlaybackRole
impl Ord for PluginPlaybackRole
Source§fn cmp(&self, other: &PluginPlaybackRole) -> Ordering
fn cmp(&self, other: &PluginPlaybackRole) -> 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 PluginPlaybackRole
impl PartialEq for PluginPlaybackRole
Source§impl PartialOrd for PluginPlaybackRole
impl PartialOrd for PluginPlaybackRole
impl StructuralPartialEq for PluginPlaybackRole
Auto Trait Implementations§
impl Freeze for PluginPlaybackRole
impl RefUnwindSafe for PluginPlaybackRole
impl Send for PluginPlaybackRole
impl Sync for PluginPlaybackRole
impl Unpin for PluginPlaybackRole
impl UnsafeUnpin for PluginPlaybackRole
impl UnwindSafe for PluginPlaybackRole
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