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