pub struct CompilerSourceV1 {
pub path: String,
pub bytes: Vec<u8>,
}Fields§
§path: String§bytes: Vec<u8>Implementations§
Trait Implementations§
Source§impl Clone for CompilerSourceV1
impl Clone for CompilerSourceV1
Source§fn clone(&self) -> CompilerSourceV1
fn clone(&self) -> CompilerSourceV1
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 CompilerSourceV1
impl Debug for CompilerSourceV1
impl Eq for CompilerSourceV1
Source§impl PartialEq for CompilerSourceV1
impl PartialEq for CompilerSourceV1
impl StructuralPartialEq for CompilerSourceV1
Auto Trait Implementations§
impl Freeze for CompilerSourceV1
impl RefUnwindSafe for CompilerSourceV1
impl Send for CompilerSourceV1
impl Sync for CompilerSourceV1
impl Unpin for CompilerSourceV1
impl UnsafeUnpin for CompilerSourceV1
impl UnwindSafe for CompilerSourceV1
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