pub struct LayoutPath {
pub coordinate: Coordinate,
pub class: PathClass,
}Expand description
Result of parsing a Maven repository path.
Fields§
§coordinate: CoordinateThe coordinate identified by the path.
class: PathClassWhat kind of resource the path addresses.
Trait Implementations§
Source§impl Clone for LayoutPath
impl Clone for LayoutPath
Source§fn clone(&self) -> LayoutPath
fn clone(&self) -> LayoutPath
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LayoutPath
impl Debug for LayoutPath
Source§impl PartialEq for LayoutPath
impl PartialEq for LayoutPath
impl Eq for LayoutPath
impl StructuralPartialEq for LayoutPath
Auto Trait Implementations§
impl Freeze for LayoutPath
impl RefUnwindSafe for LayoutPath
impl Send for LayoutPath
impl Sync for LayoutPath
impl Unpin for LayoutPath
impl UnsafeUnpin for LayoutPath
impl UnwindSafe for LayoutPath
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