pub struct GoFormatter;Expand description
Go 语言格式化器
Implementations§
Source§impl GoFormatter
impl GoFormatter
Auto Trait Implementations§
impl Freeze for GoFormatter
impl RefUnwindSafe for GoFormatter
impl Send for GoFormatter
impl Sync for GoFormatter
impl Unpin for GoFormatter
impl UnwindSafe for GoFormatter
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