pub struct PluginOwnerToken(/* private fields */);Expand description
Non-zero disposer identity that is unique within one PluginRuntime.
Implementations§
Trait Implementations§
Source§impl Clone for PluginOwnerToken
impl Clone for PluginOwnerToken
Source§fn clone(&self) -> PluginOwnerToken
fn clone(&self) -> PluginOwnerToken
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 PluginOwnerToken
Source§impl Debug for PluginOwnerToken
impl Debug for PluginOwnerToken
impl Eq for PluginOwnerToken
Source§impl Hash for PluginOwnerToken
impl Hash for PluginOwnerToken
Source§impl Ord for PluginOwnerToken
impl Ord for PluginOwnerToken
Source§fn cmp(&self, other: &PluginOwnerToken) -> Ordering
fn cmp(&self, other: &PluginOwnerToken) -> 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 PluginOwnerToken
impl PartialEq for PluginOwnerToken
Source§impl PartialOrd for PluginOwnerToken
impl PartialOrd for PluginOwnerToken
impl StructuralPartialEq for PluginOwnerToken
Auto Trait Implementations§
impl Freeze for PluginOwnerToken
impl RefUnwindSafe for PluginOwnerToken
impl Send for PluginOwnerToken
impl Sync for PluginOwnerToken
impl Unpin for PluginOwnerToken
impl UnsafeUnpin for PluginOwnerToken
impl UnwindSafe for PluginOwnerToken
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