pub struct VisGroup<'a> { /* private fields */ }Expand description
Represents a visgroup in the VMF file Visgroups can be nested and contain properties like name, id, and color
Implementations§
Trait Implementations§
Source§impl<'src> Parser<'src> for VisGroup<'src>
Public parser trait implementation that allows VisGroup to use ::parse(input) call.
impl<'src> Parser<'src> for VisGroup<'src>
Public parser trait implementation that allows VisGroup to use ::parse(input) call.
impl<'a> StructuralPartialEq for VisGroup<'a>
Auto Trait Implementations§
impl<'a> Freeze for VisGroup<'a>
impl<'a> RefUnwindSafe for VisGroup<'a>
impl<'a> Send for VisGroup<'a>
impl<'a> Sync for VisGroup<'a>
impl<'a> Unpin for VisGroup<'a>
impl<'a> UnsafeUnpin for VisGroup<'a>
impl<'a> UnwindSafe for VisGroup<'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