pub struct JsonTargetState {}Trait Implementations§
impl TargetBuilderState for JsonTargetState
Auto Trait Implementations§
impl Freeze for JsonTargetState
impl RefUnwindSafe for JsonTargetState
impl Send for JsonTargetState
impl Sync for JsonTargetState
impl Unpin for JsonTargetState
impl UnwindSafe for JsonTargetState
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