pub struct PluginPlaybackAttachment { /* private fields */ }Expand description
One runtime-local attachment to a managed metadata-only scope.
Implementations§
Source§impl PluginPlaybackAttachment
impl PluginPlaybackAttachment
pub const fn token(&self) -> PluginPlaybackAttachmentToken
pub fn role(&self) -> PluginPlaybackRole
pub fn session(&self) -> &PluginSessionCorrelation
pub fn item_id(&self) -> &str
pub const fn source_revision(&self) -> u64
pub fn scope(&self) -> PluginScope
Trait Implementations§
Source§impl Clone for PluginPlaybackAttachment
impl Clone for PluginPlaybackAttachment
Source§fn clone(&self) -> PluginPlaybackAttachment
fn clone(&self) -> PluginPlaybackAttachment
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 moreAuto Trait Implementations§
impl Freeze for PluginPlaybackAttachment
impl RefUnwindSafe for PluginPlaybackAttachment
impl Send for PluginPlaybackAttachment
impl Sync for PluginPlaybackAttachment
impl Unpin for PluginPlaybackAttachment
impl UnsafeUnpin for PluginPlaybackAttachment
impl UnwindSafe for PluginPlaybackAttachment
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