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