pub struct PluginPlaybackAttachmentToken(/* private fields */);Expand description
Runtime-local token that invalidates stale slot attachments.
Implementations§
Trait Implementations§
Source§impl Clone for PluginPlaybackAttachmentToken
impl Clone for PluginPlaybackAttachmentToken
Source§fn clone(&self) -> PluginPlaybackAttachmentToken
fn clone(&self) -> PluginPlaybackAttachmentToken
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 PluginPlaybackAttachmentToken
impl Eq for PluginPlaybackAttachmentToken
Source§impl Hash for PluginPlaybackAttachmentToken
impl Hash for PluginPlaybackAttachmentToken
Source§impl Ord for PluginPlaybackAttachmentToken
impl Ord for PluginPlaybackAttachmentToken
Source§fn cmp(&self, other: &PluginPlaybackAttachmentToken) -> Ordering
fn cmp(&self, other: &PluginPlaybackAttachmentToken) -> 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 PartialOrd for PluginPlaybackAttachmentToken
impl PartialOrd for PluginPlaybackAttachmentToken
impl StructuralPartialEq for PluginPlaybackAttachmentToken
Auto Trait Implementations§
impl Freeze for PluginPlaybackAttachmentToken
impl RefUnwindSafe for PluginPlaybackAttachmentToken
impl Send for PluginPlaybackAttachmentToken
impl Sync for PluginPlaybackAttachmentToken
impl Unpin for PluginPlaybackAttachmentToken
impl UnsafeUnpin for PluginPlaybackAttachmentToken
impl UnwindSafe for PluginPlaybackAttachmentToken
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