pub struct ReservedConstantVariables<'a> {
pub mc_version: &'a str,
}Expand description
Struct for reserved constant variables
Fields§
§mc_version: &'a strThe Minecraft version
Auto Trait Implementations§
impl<'a> Freeze for ReservedConstantVariables<'a>
impl<'a> RefUnwindSafe for ReservedConstantVariables<'a>
impl<'a> Send for ReservedConstantVariables<'a>
impl<'a> Sync for ReservedConstantVariables<'a>
impl<'a> Unpin for ReservedConstantVariables<'a>
impl<'a> UnwindSafe for ReservedConstantVariables<'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