pub struct PermanentFreezeExecutePlugin {
pub base: BasePlugin,
pub permanent_freeze_execute: PermanentFreezeExecute,
}
Fields§
§base: BasePlugin
§permanent_freeze_execute: PermanentFreezeExecute
Trait Implementations§
Source§impl Clone for PermanentFreezeExecutePlugin
impl Clone for PermanentFreezeExecutePlugin
Source§fn clone(&self) -> PermanentFreezeExecutePlugin
fn clone(&self) -> PermanentFreezeExecutePlugin
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PermanentFreezeExecutePlugin
impl Debug for PermanentFreezeExecutePlugin
Source§impl PartialEq for PermanentFreezeExecutePlugin
impl PartialEq for PermanentFreezeExecutePlugin
Source§fn eq(&self, other: &PermanentFreezeExecutePlugin) -> bool
fn eq(&self, other: &PermanentFreezeExecutePlugin) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for PermanentFreezeExecutePlugin
impl StructuralPartialEq for PermanentFreezeExecutePlugin
Auto Trait Implementations§
impl Freeze for PermanentFreezeExecutePlugin
impl RefUnwindSafe for PermanentFreezeExecutePlugin
impl Send for PermanentFreezeExecutePlugin
impl Sync for PermanentFreezeExecutePlugin
impl Unpin for PermanentFreezeExecutePlugin
impl UnwindSafe for PermanentFreezeExecutePlugin
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