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