pub struct CustomProps {
pub properties: HashMap<String, String>,
}
Fields§
§properties: HashMap<String, String>
Implementations§
Source§impl CustomProps
impl CustomProps
Trait Implementations§
Source§impl Clone for CustomProps
impl Clone for CustomProps
Source§fn clone(&self) -> CustomProps
fn clone(&self) -> CustomProps
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CustomProps
impl Debug for CustomProps
Source§impl Default for CustomProps
impl Default for CustomProps
Source§fn default() -> CustomProps
fn default() -> CustomProps
Returns the “default value” for a type. Read more
Source§impl FromXML for CustomProps
impl FromXML for CustomProps
Source§impl PartialEq for CustomProps
impl PartialEq for CustomProps
Source§impl Serialize for CustomProps
impl Serialize for CustomProps
impl StructuralPartialEq for CustomProps
Auto Trait Implementations§
impl Freeze for CustomProps
impl RefUnwindSafe for CustomProps
impl Send for CustomProps
impl Sync for CustomProps
impl Unpin for CustomProps
impl UnwindSafe for CustomProps
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