pub struct AttributeValues {
pub raw: String,
pub encoded: String,
}Fields§
§raw: String§encoded: StringTrait Implementations§
Source§impl Clone for AttributeValues
impl Clone for AttributeValues
Source§fn clone(&self) -> AttributeValues
fn clone(&self) -> AttributeValues
Returns a duplicate 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 AttributeValues
impl Debug for AttributeValues
Source§impl<'de> Deserialize<'de> for AttributeValues
impl<'de> Deserialize<'de> for AttributeValues
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 AttributeValues
impl PartialEq for AttributeValues
Source§impl Serialize for AttributeValues
impl Serialize for AttributeValues
Source§impl Zeroize for AttributeValues
impl Zeroize for AttributeValues
impl Eq for AttributeValues
impl StructuralPartialEq for AttributeValues
Auto Trait Implementations§
impl Freeze for AttributeValues
impl RefUnwindSafe for AttributeValues
impl Send for AttributeValues
impl Sync for AttributeValues
impl Unpin for AttributeValues
impl UnwindSafe for AttributeValues
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