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