pub struct TagOptions {
pub params: HashMap<&'static str, String>,
}
Fields§
§params: HashMap<&'static str, String>
Implementations§
Source§impl TagOptions
impl TagOptions
Trait Implementations§
Source§impl Debug for TagOptions
impl Debug for TagOptions
Source§impl Default for TagOptions
impl Default for TagOptions
Source§fn default() -> TagOptions
fn default() -> TagOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TagOptions
impl RefUnwindSafe for TagOptions
impl Send for TagOptions
impl Sync for TagOptions
impl Unpin for TagOptions
impl UnwindSafe for TagOptions
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