pub struct Global<'a> {
pub names: Vec<NameItem<'a>>,
pub whitespace_after_global: SimpleWhitespace<'a>,
pub semicolon: Option<Semicolon<'a>>,
}
Fields§
§names: Vec<NameItem<'a>>
§whitespace_after_global: SimpleWhitespace<'a>
§semicolon: Option<Semicolon<'a>>
Trait Implementations§
impl<'a> Eq for Global<'a>
impl<'a> StructuralPartialEq for Global<'a>
Auto Trait Implementations§
impl<'a> Freeze for Global<'a>
impl<'a> RefUnwindSafe for Global<'a>
impl<'a> Send for Global<'a>
impl<'a> Sync for Global<'a>
impl<'a> Unpin for Global<'a>
impl<'a> UnwindSafe for Global<'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