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