pub struct SerializerAttr {
pub serializer_type: SerializerType,
/* private fields */
}
Fields§
§serializer_type: SerializerType
Trait Implementations§
Source§impl Parse for SerializerAttr
impl Parse for SerializerAttr
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for SerializerAttr
impl RefUnwindSafe for SerializerAttr
impl !Send for SerializerAttr
impl !Sync for SerializerAttr
impl Unpin for SerializerAttr
impl UnwindSafe for SerializerAttr
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