pub struct ChildProcessComponentMetaArgs {
pub path: ComponentPath,
pub parent_location: ComponentLocation,
pub id: ComponentId,
pub parent_id: ComponentId,
}
Fields§
§path: ComponentPath
§parent_location: ComponentLocation
§id: ComponentId
§parent_id: ComponentId
Implementations§
Source§impl ChildProcessComponentMetaArgs
impl ChildProcessComponentMetaArgs
pub fn from_description(description: ComponentDescription) -> Self
Trait Implementations§
Source§impl Clone for ChildProcessComponentMetaArgs
impl Clone for ChildProcessComponentMetaArgs
Source§fn clone(&self) -> ChildProcessComponentMetaArgs
fn clone(&self) -> ChildProcessComponentMetaArgs
Returns a duplicate 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<'de> Deserialize<'de> for ChildProcessComponentMetaArgs
impl<'de> Deserialize<'de> for ChildProcessComponentMetaArgs
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
Auto Trait Implementations§
impl Freeze for ChildProcessComponentMetaArgs
impl RefUnwindSafe for ChildProcessComponentMetaArgs
impl Send for ChildProcessComponentMetaArgs
impl Sync for ChildProcessComponentMetaArgs
impl Unpin for ChildProcessComponentMetaArgs
impl UnwindSafe for ChildProcessComponentMetaArgs
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