struct Var<'a> {
name: Cow<'a, str>,
default: Option<Cow<'a, str>>,
}
Fields§
§name: Cow<'a, str>
§default: Option<Cow<'a, str>>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Var<'a>
impl<'a> RefUnwindSafe for Var<'a>
impl<'a> Send for Var<'a>
impl<'a> Sync for Var<'a>
impl<'a> Unpin for Var<'a>
impl<'a> UnwindSafe for Var<'a>
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