pub struct PluginEntrypointMetadata {
pub declared: Vec<String>,
pub resolved: Vec<String>,
pub hashes: Vec<PluginEntrypointSegmentHash>,
}Fields§
§declared: Vec<String>§resolved: Vec<String>§hashes: Vec<PluginEntrypointSegmentHash>Trait Implementations§
Source§impl Clone for PluginEntrypointMetadata
impl Clone for PluginEntrypointMetadata
Source§fn clone(&self) -> PluginEntrypointMetadata
fn clone(&self) -> PluginEntrypointMetadata
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 Debug for PluginEntrypointMetadata
impl Debug for PluginEntrypointMetadata
Source§impl<'de> Deserialize<'de> for PluginEntrypointMetadata
impl<'de> Deserialize<'de> for PluginEntrypointMetadata
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 PluginEntrypointMetadata
impl RefUnwindSafe for PluginEntrypointMetadata
impl Send for PluginEntrypointMetadata
impl Sync for PluginEntrypointMetadata
impl Unpin for PluginEntrypointMetadata
impl UnsafeUnpin for PluginEntrypointMetadata
impl UnwindSafe for PluginEntrypointMetadata
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