pub struct OtherAttribute {
pub title: String,
pub description: String,
pub value: String,
}
Fields§
§title: String
§description: String
§value: String
Trait Implementations§
Source§impl Clone for OtherAttribute
impl Clone for OtherAttribute
Source§fn clone(&self) -> OtherAttribute
fn clone(&self) -> OtherAttribute
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for OtherAttribute
impl Debug for OtherAttribute
Source§impl<'de> Deserialize<'de> for OtherAttribute
impl<'de> Deserialize<'de> for OtherAttribute
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 Display for OtherAttribute
impl Display for OtherAttribute
Source§impl Hash for OtherAttribute
impl Hash for OtherAttribute
Source§impl PartialEq for OtherAttribute
impl PartialEq for OtherAttribute
Source§impl Serialize for OtherAttribute
impl Serialize for OtherAttribute
impl Eq for OtherAttribute
impl StructuralPartialEq for OtherAttribute
Auto Trait Implementations§
impl Freeze for OtherAttribute
impl RefUnwindSafe for OtherAttribute
impl Send for OtherAttribute
impl Sync for OtherAttribute
impl Unpin for OtherAttribute
impl UnwindSafe for OtherAttribute
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