pub struct FieldAttributesContext {
pub helper: &'static str,
pub rename_all: Option<Case>,
}
Fields§
§helper: &'static str
§rename_all: Option<Case>
Auto Trait Implementations§
impl Freeze for FieldAttributesContext
impl RefUnwindSafe for FieldAttributesContext
impl Send for FieldAttributesContext
impl Sync for FieldAttributesContext
impl Unpin for FieldAttributesContext
impl UnwindSafe for FieldAttributesContext
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