pub enum LessPluginPath<'a> {
Str(Str<'a>),
Url(Url<'a>),
}Variants§
Implementations§
§impl<'a> LessPluginPath<'a>
impl<'a> LessPluginPath<'a>
Trait Implementations§
Source§impl<'a> Debug for LessPluginPath<'a>
impl<'a> Debug for LessPluginPath<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for LessPluginPath<'a>
impl<'a> !Send for LessPluginPath<'a>
impl<'a> !Sync for LessPluginPath<'a>
impl<'a> !UnwindSafe for LessPluginPath<'a>
impl<'a> Freeze for LessPluginPath<'a>
impl<'a> Unpin for LessPluginPath<'a>
impl<'a> UnsafeUnpin for LessPluginPath<'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