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