pub struct StringTestOptions {
pub json: String,
}Fields§
§json: StringTrait Implementations§
Source§impl Clone for StringTestOptions
impl Clone for StringTestOptions
Source§fn clone(&self) -> StringTestOptions
fn clone(&self) -> StringTestOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for StringTestOptions
impl RefUnwindSafe for StringTestOptions
impl Send for StringTestOptions
impl Sync for StringTestOptions
impl Unpin for StringTestOptions
impl UnsafeUnpin for StringTestOptions
impl UnwindSafe for StringTestOptions
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