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