Type Definition vk_parse::FeatureChild
source · pub type FeatureChild = ExtensionChild;Trait Implementations§
source§impl Clone for ExtensionChild
impl Clone for ExtensionChild
source§fn clone(&self) -> ExtensionChild
fn clone(&self) -> ExtensionChild
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 moresource§impl Debug for ExtensionChild
impl Debug for ExtensionChild
source§impl PartialEq<ExtensionChild> for ExtensionChild
impl PartialEq<ExtensionChild> for ExtensionChild
source§fn eq(&self, other: &ExtensionChild) -> bool
fn eq(&self, other: &ExtensionChild) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ExtensionChild
impl StructuralEq for ExtensionChild
impl StructuralPartialEq for ExtensionChild
Auto Trait Implementations§
impl RefUnwindSafe for ExtensionChild
impl Send for ExtensionChild
impl Sync for ExtensionChild
impl Unpin for ExtensionChild
impl UnwindSafe for ExtensionChild
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