pub struct TupleStruct {
pub type_name: String,
pub data: Vec<Value>,
}
Fields§
§type_name: String
§data: Vec<Value>
Trait Implementations§
Source§impl Clone for TupleStruct
impl Clone for TupleStruct
Source§fn clone(&self) -> TupleStruct
fn clone(&self) -> TupleStruct
Returns a copy 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 TupleStruct
impl RefUnwindSafe for TupleStruct
impl Send for TupleStruct
impl Sync for TupleStruct
impl Unpin for TupleStruct
impl UnwindSafe for TupleStruct
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