pub struct JsonGeneratorUnit { /* private fields */ }
Implementations§
Source§impl JsonGeneratorUnit
impl JsonGeneratorUnit
pub fn new(name: &str) -> Self
pub fn update_response_template<T: ToKeywordString>(&mut self)
Trait Implementations§
Source§impl Debug for JsonGeneratorUnit
impl Debug for JsonGeneratorUnit
Source§impl Default for JsonGeneratorUnit
impl Default for JsonGeneratorUnit
Source§fn default() -> JsonGeneratorUnit
fn default() -> JsonGeneratorUnit
Returns the “default value” for a type. Read more
Source§impl UnitProcess for JsonGeneratorUnit
impl UnitProcess for JsonGeneratorUnit
Auto Trait Implementations§
impl Freeze for JsonGeneratorUnit
impl RefUnwindSafe for JsonGeneratorUnit
impl Send for JsonGeneratorUnit
impl Sync for JsonGeneratorUnit
impl Unpin for JsonGeneratorUnit
impl UnwindSafe for JsonGeneratorUnit
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