pub struct threadId;Trait Implementations§
impl HasInputField<threadId, Id> for ResolveReviewThreadInput
Auto Trait Implementations§
impl Freeze for threadId
impl RefUnwindSafe for threadId
impl Send for threadId
impl Sync for threadId
impl Unpin for threadId
impl UnwindSafe for threadId
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