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