pub struct VisGroups {
pub groups: Vec<VisGroup>,
}Expand description
Represents a collection of VisGroups in a VMF file.
Fields§
§groups: Vec<VisGroup>The list of VisGroups.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for VisGroups
impl<'de> Deserialize<'de> for VisGroups
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl VmfSerializable for VisGroups
impl VmfSerializable for VisGroups
Auto Trait Implementations§
impl Freeze for VisGroups
impl RefUnwindSafe for VisGroups
impl Send for VisGroups
impl Sync for VisGroups
impl Unpin for VisGroups
impl UnwindSafe for VisGroups
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