pub struct ValkyrieRoot {
pub items: Vec<ValkyrieItem>,
}Expand description
Valkyrie 根节#[derive(Clone, Debug)]
Fields§
§items: Vec<ValkyrieItem>Auto Trait Implementations§
impl Freeze for ValkyrieRoot
impl RefUnwindSafe for ValkyrieRoot
impl Send for ValkyrieRoot
impl Sync for ValkyrieRoot
impl Unpin for ValkyrieRoot
impl UnwindSafe for ValkyrieRoot
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