pub struct StringsEntry {
pub key: String,
pub value: String,
pub comment: Option<String>,
}Fields§
§key: String§value: String§comment: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for StringsEntry
impl RefUnwindSafe for StringsEntry
impl Send for StringsEntry
impl Sync for StringsEntry
impl Unpin for StringsEntry
impl UnsafeUnpin for StringsEntry
impl UnwindSafe for StringsEntry
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