pub struct PrettyPrintResult {
pub code: BString,
pub error_location: Location,
pub parse_error: ParseMessage,
}Fields§
§code: BString§error_location: Location§parse_error: ParseMessageTrait Implementations§
Source§impl Clone for PrettyPrintResult
impl Clone for PrettyPrintResult
Source§fn clone(&self) -> PrettyPrintResult
fn clone(&self) -> PrettyPrintResult
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 PrettyPrintResult
impl Debug for PrettyPrintResult
impl Eq for PrettyPrintResult
Source§impl PartialEq for PrettyPrintResult
impl PartialEq for PrettyPrintResult
impl StructuralPartialEq for PrettyPrintResult
Auto Trait Implementations§
impl Freeze for PrettyPrintResult
impl RefUnwindSafe for PrettyPrintResult
impl Send for PrettyPrintResult
impl Sync for PrettyPrintResult
impl Unpin for PrettyPrintResult
impl UnsafeUnpin for PrettyPrintResult
impl UnwindSafe for PrettyPrintResult
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