pub struct Url<'a> {
pub name: Ident<'a>,
pub value: Option<UrlValue<'a>>,
pub modifiers: Vec<'a, UrlModifier<'a>>,
pub span: Span,
}Fields§
§name: Ident<'a>§value: Option<UrlValue<'a>>§modifiers: Vec<'a, UrlModifier<'a>>§span: SpanTrait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for Url<'a>
impl<'a> !Send for Url<'a>
impl<'a> !Sync for Url<'a>
impl<'a> !UnwindSafe for Url<'a>
impl<'a> Freeze for Url<'a>
impl<'a> Unpin for Url<'a>
impl<'a> UnsafeUnpin for Url<'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