pub struct FormatFunction;Trait Implementations§
Source§impl Rule for FormatFunction
impl Rule for FormatFunction
Auto Trait Implementations§
impl Freeze for FormatFunction
impl RefUnwindSafe for FormatFunction
impl Send for FormatFunction
impl Sync for FormatFunction
impl Unpin for FormatFunction
impl UnsafeUnpin for FormatFunction
impl UnwindSafe for FormatFunction
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