pub struct CompilersList {
pub compilers: Vec<Compiler>,
}Expand description
Wrapper type for the compilers xml element
Fields§
§compilers: Vec<Compiler>Trait Implementations§
Source§impl Clone for CompilersList
impl Clone for CompilersList
Source§fn clone(&self) -> CompilersList
fn clone(&self) -> CompilersList
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CompilersList
impl Debug for CompilersList
Source§impl Default for CompilersList
impl Default for CompilersList
Source§fn default() -> CompilersList
fn default() -> CompilersList
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CompilersList
impl<'de> Deserialize<'de> for CompilersList
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
impl Eq for CompilersList
Source§impl PartialEq for CompilersList
impl PartialEq for CompilersList
Source§impl Serialize for CompilersList
impl Serialize for CompilersList
impl StructuralPartialEq for CompilersList
Auto Trait Implementations§
impl Freeze for CompilersList
impl RefUnwindSafe for CompilersList
impl Send for CompilersList
impl Sync for CompilersList
impl Unpin for CompilersList
impl UnsafeUnpin for CompilersList
impl UnwindSafe for CompilersList
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