pub struct JsonArray {
pub value: Vec<Jsonvalue>,
}Expand description
Generated from the following TL definition:
jsonArray#f7444763 value:Vector<JSONValue> = JSONValueFields§
§value: Vec<Jsonvalue>Trait Implementations§
Source§impl Deserializable for JsonArray
impl Deserializable for JsonArray
Source§impl Identifiable for JsonArray
impl Identifiable for JsonArray
Source§const CONSTRUCTOR_ID: u32 = 4148447075
const CONSTRUCTOR_ID: u32 = 4148447075
The unique identifier for the type.
Source§impl Serializable for JsonArray
impl Serializable for JsonArray
impl StructuralPartialEq for JsonArray
Auto Trait Implementations§
impl Freeze for JsonArray
impl RefUnwindSafe for JsonArray
impl Send for JsonArray
impl Sync for JsonArray
impl Unpin for JsonArray
impl UnsafeUnpin for JsonArray
impl UnwindSafe for JsonArray
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