pub struct PatchUrl(pub String);Expand description
An expanded PatchUrl string which identifies where a patch is located.
Tuple Fields§
§0: StringTrait Implementations§
impl Eq for PatchUrl
Source§impl Ord for PatchUrl
impl Ord for PatchUrl
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for PatchUrl
impl PartialOrd for PatchUrl
impl StructuralPartialEq for PatchUrl
Auto Trait Implementations§
impl Freeze for PatchUrl
impl RefUnwindSafe for PatchUrl
impl Send for PatchUrl
impl Sync for PatchUrl
impl Unpin for PatchUrl
impl UnsafeUnpin for PatchUrl
impl UnwindSafe for PatchUrl
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