pub struct CompilerV1 {
pub schema: String,
pub sources: Vec<CompilerSourceV1>,
}Expand description
Frozen v1 identity projection for the OSS SDK compiler source tree.
Fields§
§schema: String§sources: Vec<CompilerSourceV1>Implementations§
Source§impl CompilerV1
impl CompilerV1
Trait Implementations§
Source§impl Clone for CompilerV1
impl Clone for CompilerV1
Source§fn clone(&self) -> CompilerV1
fn clone(&self) -> CompilerV1
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 CompilerV1
impl Debug for CompilerV1
impl Eq for CompilerV1
Source§impl PartialEq for CompilerV1
impl PartialEq for CompilerV1
impl StructuralPartialEq for CompilerV1
Auto Trait Implementations§
impl Freeze for CompilerV1
impl RefUnwindSafe for CompilerV1
impl Send for CompilerV1
impl Sync for CompilerV1
impl Unpin for CompilerV1
impl UnsafeUnpin for CompilerV1
impl UnwindSafe for CompilerV1
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