Enum rustfmt_wrapper::config::SeparatorPlace
source · pub enum SeparatorPlace {
Front,
Back,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SeparatorPlace
impl Send for SeparatorPlace
impl Sync for SeparatorPlace
impl Unpin for SeparatorPlace
impl UnwindSafe for SeparatorPlace
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