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