pub struct ArtifactoryPath(/* private fields */);Expand description
A path on the remote Artifactory instance.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ArtifactoryPath
impl RefUnwindSafe for ArtifactoryPath
impl Send for ArtifactoryPath
impl Sync for ArtifactoryPath
impl Unpin for ArtifactoryPath
impl UnwindSafe for ArtifactoryPath
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