pub struct ComponentLibrary {
pub export: String,
pub type_name: String,
pub path: PathBuf,
}Fields§
§export: String§type_name: String§path: PathBufTrait Implementations§
Source§impl Clone for ComponentLibrary
impl Clone for ComponentLibrary
Source§fn clone(&self) -> ComponentLibrary
fn clone(&self) -> ComponentLibrary
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 ComponentLibrary
impl Debug for ComponentLibrary
Source§impl<'de> Deserialize<'de> for ComponentLibrary
impl<'de> Deserialize<'de> for ComponentLibrary
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ComponentLibrary
Source§impl PartialEq for ComponentLibrary
impl PartialEq for ComponentLibrary
Source§impl Serialize for ComponentLibrary
impl Serialize for ComponentLibrary
impl StructuralPartialEq for ComponentLibrary
Auto Trait Implementations§
impl Freeze for ComponentLibrary
impl RefUnwindSafe for ComponentLibrary
impl Send for ComponentLibrary
impl Sync for ComponentLibrary
impl Unpin for ComponentLibrary
impl UnsafeUnpin for ComponentLibrary
impl UnwindSafe for ComponentLibrary
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