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