pub struct ComponentMetadata {
pub id: String,
pub title: &'static str,
pub group: &'static str,
pub docs: &'static str,
pub declaration: &'static str,
pub source: &'static str,
pub line: u32,
}Fields§
§id: String§title: &'static str§group: &'static str§docs: &'static str§declaration: &'static str§source: &'static str§line: u32Trait Implementations§
Source§impl Clone for ComponentMetadata
impl Clone for ComponentMetadata
Source§fn clone(&self) -> ComponentMetadata
fn clone(&self) -> ComponentMetadata
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 moreSource§impl Debug for ComponentMetadata
impl Debug for ComponentMetadata
impl Eq for ComponentMetadata
Source§impl PartialEq for ComponentMetadata
impl PartialEq for ComponentMetadata
impl StructuralPartialEq for ComponentMetadata
Auto Trait Implementations§
impl Freeze for ComponentMetadata
impl RefUnwindSafe for ComponentMetadata
impl Send for ComponentMetadata
impl Sync for ComponentMetadata
impl Unpin for ComponentMetadata
impl UnsafeUnpin for ComponentMetadata
impl UnwindSafe for ComponentMetadata
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