pub struct PluginScopeQuarantine {
pub owner_token: PluginOwnerToken,
pub reason: PluginScopeQuarantineReason,
}Fields§
§owner_token: PluginOwnerToken§reason: PluginScopeQuarantineReasonTrait Implementations§
Source§impl Clone for PluginScopeQuarantine
impl Clone for PluginScopeQuarantine
Source§fn clone(&self) -> PluginScopeQuarantine
fn clone(&self) -> PluginScopeQuarantine
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 PluginScopeQuarantine
Source§impl Debug for PluginScopeQuarantine
impl Debug for PluginScopeQuarantine
impl Eq for PluginScopeQuarantine
Source§impl Hash for PluginScopeQuarantine
impl Hash for PluginScopeQuarantine
Source§impl Ord for PluginScopeQuarantine
impl Ord for PluginScopeQuarantine
Source§fn cmp(&self, other: &PluginScopeQuarantine) -> Ordering
fn cmp(&self, other: &PluginScopeQuarantine) -> 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 PluginScopeQuarantine
impl PartialEq for PluginScopeQuarantine
Source§impl PartialOrd for PluginScopeQuarantine
impl PartialOrd for PluginScopeQuarantine
impl StructuralPartialEq for PluginScopeQuarantine
Auto Trait Implementations§
impl Freeze for PluginScopeQuarantine
impl RefUnwindSafe for PluginScopeQuarantine
impl Send for PluginScopeQuarantine
impl Sync for PluginScopeQuarantine
impl Unpin for PluginScopeQuarantine
impl UnsafeUnpin for PluginScopeQuarantine
impl UnwindSafe for PluginScopeQuarantine
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