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