pub struct RemoteOperations;
Expand description
Remote operations
Implementations§
Auto Trait Implementations§
impl Freeze for RemoteOperations
impl RefUnwindSafe for RemoteOperations
impl Send for RemoteOperations
impl Sync for RemoteOperations
impl Unpin for RemoteOperations
impl UnwindSafe for RemoteOperations
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