pub struct JSONObjectContext {
pub wsc: (String,),
}
Fields§
§wsc: (String,)
Trait Implementations§
Source§impl Clone for JSONObjectContext
impl Clone for JSONObjectContext
Source§fn clone(&self) -> JSONObjectContext
fn clone(&self) -> JSONObjectContext
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 moreSource§impl Debug for JSONObjectContext
impl Debug for JSONObjectContext
Source§impl PartialEq for JSONObjectContext
impl PartialEq for JSONObjectContext
impl StructuralPartialEq for JSONObjectContext
Auto Trait Implementations§
impl Freeze for JSONObjectContext
impl RefUnwindSafe for JSONObjectContext
impl Send for JSONObjectContext
impl Sync for JSONObjectContext
impl Unpin for JSONObjectContext
impl UnwindSafe for JSONObjectContext
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