pub struct PathAlias {
pub pattern: String,
pub substitution: String,
}Fields§
§pattern: String§substitution: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for PathAlias
impl RefUnwindSafe for PathAlias
impl Send for PathAlias
impl Sync for PathAlias
impl Unpin for PathAlias
impl UnsafeUnpin for PathAlias
impl UnwindSafe for PathAlias
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