Struct ffmetadata::FFMetadata
source · pub struct FFMetadata {
pub global: Vec<(String, String)>,
pub sections: Vec<(String, Vec<(String, String)>)>,
}Fields§
§global: Vec<(String, String)>§sections: Vec<(String, Vec<(String, String)>)>Implementations§
Trait Implementations§
source§impl Debug for FFMetadata
impl Debug for FFMetadata
source§impl Default for FFMetadata
impl Default for FFMetadata
source§fn default() -> FFMetadata
fn default() -> FFMetadata
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for FFMetadata
impl Send for FFMetadata
impl Sync for FFMetadata
impl Unpin for FFMetadata
impl UnwindSafe for FFMetadata
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