pub struct VendorData {
pub name: String,
pub data: JsonValue,
}Expand description
Extended vendor data section.
Fields§
§name: StringName/identifier of the vendor data.
data: JsonValueJSON payload.
Trait Implementations§
Source§impl Clone for VendorData
impl Clone for VendorData
Source§fn clone(&self) -> VendorData
fn clone(&self) -> VendorData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 VendorData
impl RefUnwindSafe for VendorData
impl Send for VendorData
impl Sync for VendorData
impl Unpin for VendorData
impl UnsafeUnpin for VendorData
impl UnwindSafe for VendorData
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