pub struct repositoryUrl;
Trait Implementations§
Source§impl Field for repositoryUrl
impl Field for repositoryUrl
Source§impl HasField<repositoryUrl> for RepoCreateAuditEntry
impl HasField<repositoryUrl> for RepoCreateAuditEntry
Auto Trait Implementations§
impl Freeze for repositoryUrl
impl RefUnwindSafe for repositoryUrl
impl Send for repositoryUrl
impl Sync for repositoryUrl
impl Unpin for repositoryUrl
impl UnwindSafe for repositoryUrl
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