pub struct repositoryId;
Trait Implementations§
Source§impl HasArgument<repositoryId> for packages
impl HasArgument<repositoryId> for packages
Auto Trait Implementations§
impl Freeze for repositoryId
impl RefUnwindSafe for repositoryId
impl Send for repositoryId
impl Sync for repositoryId
impl Unpin for repositoryId
impl UnwindSafe for repositoryId
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