pub struct ThreadServiceLandThread;Trait Implementations§
Source§impl Rpc for ThreadServiceLandThread
impl Rpc for ThreadServiceLandThread
const METHOD: &'static MethodDescriptor
type Request = LandThreadRequest
type Response = ThreadMutationResponse
impl UnaryRpc for ThreadServiceLandThread
Auto Trait Implementations§
impl Freeze for ThreadServiceLandThread
impl RefUnwindSafe for ThreadServiceLandThread
impl Send for ThreadServiceLandThread
impl Sync for ThreadServiceLandThread
impl Unpin for ThreadServiceLandThread
impl UnsafeUnpin for ThreadServiceLandThread
impl UnwindSafe for ThreadServiceLandThread
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