Enum rustfmt_wrapper::config::ControlBraceStyle
source · [−]pub enum ControlBraceStyle {
AlwaysSameLine,
ClosingNextLine,
AlwaysNextLine,
}
Variants
AlwaysSameLine
ClosingNextLine
AlwaysNextLine
Trait Implementations
sourceimpl Serialize for ControlBraceStyle
impl Serialize for ControlBraceStyle
Auto Trait Implementations
impl RefUnwindSafe for ControlBraceStyle
impl Send for ControlBraceStyle
impl Sync for ControlBraceStyle
impl Unpin for ControlBraceStyle
impl UnwindSafe for ControlBraceStyle
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more