pub struct ProfilePropertyValue {
pub value: String,
pub signature: Option<String>,
}
Fields§
§value: String
§signature: Option<String>
Trait Implementations§
Source§impl AzaleaRead for ProfilePropertyValue
impl AzaleaRead for ProfilePropertyValue
Source§impl AzaleaWrite for ProfilePropertyValue
impl AzaleaWrite for ProfilePropertyValue
Source§impl Clone for ProfilePropertyValue
impl Clone for ProfilePropertyValue
Source§fn clone(&self) -> ProfilePropertyValue
fn clone(&self) -> ProfilePropertyValue
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 ProfilePropertyValue
impl Debug for ProfilePropertyValue
Source§impl PartialEq for ProfilePropertyValue
impl PartialEq for ProfilePropertyValue
impl Eq for ProfilePropertyValue
impl StructuralPartialEq for ProfilePropertyValue
Auto Trait Implementations§
impl Freeze for ProfilePropertyValue
impl RefUnwindSafe for ProfilePropertyValue
impl Send for ProfilePropertyValue
impl Sync for ProfilePropertyValue
impl Unpin for ProfilePropertyValue
impl UnwindSafe for ProfilePropertyValue
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