pub struct PermanentFreezeDelegatePlugin {
pub base: BasePlugin,
pub permanent_freeze_delegate: PermanentFreezeDelegate,
}Fields§
§base: BasePlugin§permanent_freeze_delegate: PermanentFreezeDelegateTrait Implementations§
Auto Trait Implementations§
impl Freeze for PermanentFreezeDelegatePlugin
impl RefUnwindSafe for PermanentFreezeDelegatePlugin
impl Send for PermanentFreezeDelegatePlugin
impl Sync for PermanentFreezeDelegatePlugin
impl Unpin for PermanentFreezeDelegatePlugin
impl UnwindSafe for PermanentFreezeDelegatePlugin
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