pub struct TransformIrIdentityRoundTripV0 {Show 13 fields
pub schema_version: &'static str,
pub product: &'static str,
pub source_id: String,
pub dialect: &'static str,
pub source_byte_len: usize,
pub printed_byte_len: usize,
pub node_count: usize,
pub original_node_count: usize,
pub synthesized_node_count: usize,
pub parser_error_count: usize,
pub all_nodes_original: bool,
pub byte_identical: bool,
pub printed_css: String,
}Fields§
§schema_version: &'static str§product: &'static str§source_id: String§dialect: &'static str§source_byte_len: usize§printed_byte_len: usize§node_count: usize§original_node_count: usize§synthesized_node_count: usize§parser_error_count: usize§all_nodes_original: bool§byte_identical: bool§printed_css: StringTrait Implementations§
Source§impl Clone for TransformIrIdentityRoundTripV0
impl Clone for TransformIrIdentityRoundTripV0
Source§fn clone(&self) -> TransformIrIdentityRoundTripV0
fn clone(&self) -> TransformIrIdentityRoundTripV0
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 moreimpl Eq for TransformIrIdentityRoundTripV0
impl StructuralPartialEq for TransformIrIdentityRoundTripV0
Auto Trait Implementations§
impl Freeze for TransformIrIdentityRoundTripV0
impl RefUnwindSafe for TransformIrIdentityRoundTripV0
impl Send for TransformIrIdentityRoundTripV0
impl Sync for TransformIrIdentityRoundTripV0
impl Unpin for TransformIrIdentityRoundTripV0
impl UnsafeUnpin for TransformIrIdentityRoundTripV0
impl UnwindSafe for TransformIrIdentityRoundTripV0
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.