[−][src]Struct vk_parse::Extension
Fields
name: StringName of the extension.
comment: Option<String>Human-readable description.
number: Option<i64>The unique index of this extension.
protect: Option<String>platform: Option<String>Which platform it works with, if any.
Tag name of the author.
contact: Option<String>Contact information for extension author(s).
ext_type: Option<String>The level at which the extension applies (instance / device).
requires: Option<String>requires_core: Option<String>supported: Option<String>deprecatedby: Option<String>promotedto: Option<String>Whether this extension was promoted to core, and in which version.
obsoletedby: Option<String>provisional: bool'true' if this extension is released provisionally
specialuse: Option<String>The items which make up this extension.
children: Vec<ExtensionChild>The items which make up this extension.
Trait Implementations
impl Clone for Extension[src]
impl Debug for Extension[src]
impl Default for Extension[src]
impl<'de> Deserialize<'de> for Extension[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Eq for Extension[src]
impl From<Extension> for Extension[src]
impl PartialEq<Extension> for Extension[src]
impl Serialize for Extension[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, [src]
__S: Serializer,
impl StructuralEq for Extension[src]
impl StructuralPartialEq for Extension[src]
Auto Trait Implementations
impl RefUnwindSafe for Extension
impl Send for Extension
impl Sync for Extension
impl Unpin for Extension
impl UnwindSafe for Extension
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,