[−][src]Struct rustfmt_nightly::Session
A session is a run of rustfmt across a single or multiple inputs.
Fields
config: Config
out: Option<&'b mut T>
Methods
impl<'b, T: Write + 'b> Session<'b, T>
[src]
pub fn new(config: Config, out: Option<&'b mut T>) -> Session<'b, T>
[src]
pub fn format(&mut self, input: Input) -> Result<FormatReport, ErrorKind>
[src]
The main entry point for Rustfmt. Formats the given input according to the
given config. out
is only necessary if required by the configuration.
pub fn override_config<F, U>(&mut self, config: Config, f: F) -> U where
F: FnOnce(&mut Session<'b, T>) -> U,
[src]
F: FnOnce(&mut Session<'b, T>) -> U,
pub fn add_operational_error(&mut self)
[src]
pub fn has_operational_errors(&self) -> bool
[src]
pub fn has_parsing_errors(&self) -> bool
[src]
pub fn has_formatting_errors(&self) -> bool
[src]
pub fn has_check_errors(&self) -> bool
[src]
pub fn has_diff(&self) -> bool
[src]
pub fn has_no_errors(&self) -> bool
[src]
Trait Implementations
Auto Trait Implementations
impl<'b, T> !RefUnwindSafe for Session<'b, T>
impl<'b, T> !Send for Session<'b, T>
impl<'b, T> !Sync for Session<'b, T>
impl<'b, T> Unpin for Session<'b, T>
impl<'b, T> !UnwindSafe for Session<'b, T>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<'a, T> Captures<'a> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Erased for T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> MaybeResult<T> for T
[src]
type Error = !
fn from(Result<T, <T as MaybeResult<T>>::Error>) -> T
[src]
fn to_result(self) -> Result<T, <T as MaybeResult<T>>::Error>
[src]
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<E> SpecializationError for E
[src]
default fn not_found<S, T>(
trait_name: &'static str,
method_name: &'static str
) -> E where
T: ?Sized,
[src]
trait_name: &'static str,
method_name: &'static str
) -> E where
T: ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,