pub struct manifoldReviewMarketId;
Trait Implementations§
Source§impl Field for manifoldReviewMarketId
impl Field for manifoldReviewMarketId
impl HasInputField<manifoldReviewMarketId, Option<String>> for UpdatePostDataInput
Auto Trait Implementations§
impl Freeze for manifoldReviewMarketId
impl RefUnwindSafe for manifoldReviewMarketId
impl Send for manifoldReviewMarketId
impl Sync for manifoldReviewMarketId
impl Unpin for manifoldReviewMarketId
impl UnwindSafe for manifoldReviewMarketId
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