pub struct OperationCreatePlugin;
Trait Implementations§
Source§impl Operation for OperationCreatePlugin
impl Operation for OperationCreatePlugin
Auto Trait Implementations§
impl Freeze for OperationCreatePlugin
impl RefUnwindSafe for OperationCreatePlugin
impl Send for OperationCreatePlugin
impl Sync for OperationCreatePlugin
impl Unpin for OperationCreatePlugin
impl UnwindSafe for OperationCreatePlugin
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