pub struct JatsP {
pub value: String,
}Fields§
§value: StringTrait Implementations§
Source§impl<'v_a> ValidateArgs<'v_a> for JatsP
impl<'v_a> ValidateArgs<'v_a> for JatsP
Auto Trait Implementations§
impl Freeze for JatsP
impl RefUnwindSafe for JatsP
impl Send for JatsP
impl Sync for JatsP
impl Unpin for JatsP
impl UnwindSafe for JatsP
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