Struct emjudge_judgecore::settings::CompileSetting
source · pub struct CompileSetting {
pub languages: HashMap<String, Vec<String>>,
pub dir: String,
}
Fields§
§languages: HashMap<String, Vec<String>>
§dir: String
Trait Implementations§
source§impl Clone for CompileSetting
impl Clone for CompileSetting
source§fn clone(&self) -> CompileSetting
fn clone(&self) -> CompileSetting
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CompileSetting
impl Debug for CompileSetting
source§impl Default for CompileSetting
impl Default for CompileSetting
source§fn default() -> CompileSetting
fn default() -> CompileSetting
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CompileSetting
impl<'de> Deserialize<'de> for CompileSetting
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
Auto Trait Implementations§
impl RefUnwindSafe for CompileSetting
impl Send for CompileSetting
impl Sync for CompileSetting
impl Unpin for CompileSetting
impl UnwindSafe for CompileSetting
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