pub struct PathVariable {
pub variable_name: String,
}Fields§
§variable_name: StringTrait Implementations§
Source§impl Clone for PathVariable
impl Clone for PathVariable
Source§fn clone(&self) -> PathVariable
fn clone(&self) -> PathVariable
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 moreAuto Trait Implementations§
impl Freeze for PathVariable
impl RefUnwindSafe for PathVariable
impl Send for PathVariable
impl Sync for PathVariable
impl Unpin for PathVariable
impl UnsafeUnpin for PathVariable
impl UnwindSafe for PathVariable
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