pub struct UserAttribute {
pub to_account: String,
pub attrs: HashMap<String, String>,
}
Fields§
§to_account: String
§attrs: HashMap<String, String>
Implementations§
Trait Implementations§
Source§impl Debug for UserAttribute
impl Debug for UserAttribute
Source§impl<'de> Deserialize<'de> for UserAttribute
impl<'de> Deserialize<'de> for UserAttribute
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UserAttribute
impl PartialEq for UserAttribute
Source§impl Serialize for UserAttribute
impl Serialize for UserAttribute
impl StructuralPartialEq for UserAttribute
Auto Trait Implementations§
impl Freeze for UserAttribute
impl RefUnwindSafe for UserAttribute
impl Send for UserAttribute
impl Sync for UserAttribute
impl Unpin for UserAttribute
impl UnwindSafe for UserAttribute
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