pub struct RustRenderer {
pub name_style: NameStyle,
pub lifetime: Lifetime,
}
Fields§
§name_style: NameStyle
§lifetime: Lifetime
Implementations§
Auto Trait Implementations§
impl Freeze for RustRenderer
impl RefUnwindSafe for RustRenderer
impl Send for RustRenderer
impl Sync for RustRenderer
impl Unpin for RustRenderer
impl UnwindSafe for RustRenderer
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