pub struct FeatureMetadataComment {
pub file_path: String,
pub line_number: usize,
pub metadata_key: String,
pub properties: IndexMap<String, String>,
}Fields§
§file_path: String§line_number: usize§metadata_key: String§properties: IndexMap<String, String>Trait Implementations§
Source§impl Clone for FeatureMetadataComment
impl Clone for FeatureMetadataComment
Source§fn clone(&self) -> FeatureMetadataComment
fn clone(&self) -> FeatureMetadataComment
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 moreAuto Trait Implementations§
impl Freeze for FeatureMetadataComment
impl RefUnwindSafe for FeatureMetadataComment
impl Send for FeatureMetadataComment
impl Sync for FeatureMetadataComment
impl Unpin for FeatureMetadataComment
impl UnwindSafe for FeatureMetadataComment
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