pub struct Geml {
pub key: String,
pub value: String,
pub tags: HashMap<String, String>,
}Fields§
§key: String§value: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Geml
impl RefUnwindSafe for Geml
impl Send for Geml
impl Sync for Geml
impl Unpin for Geml
impl UnwindSafe for Geml
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