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