Struct core_preview::UpdateDelegatePlugin
source · pub struct UpdateDelegatePlugin {
pub base: BasePlugin,
pub update_delegate: UpdateDelegate,
}Fields§
§base: BasePlugin§update_delegate: UpdateDelegateTrait Implementations§
Auto Trait Implementations§
impl Freeze for UpdateDelegatePlugin
impl RefUnwindSafe for UpdateDelegatePlugin
impl Send for UpdateDelegatePlugin
impl Sync for UpdateDelegatePlugin
impl Unpin for UpdateDelegatePlugin
impl UnwindSafe for UpdateDelegatePlugin
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