pub struct GeneralProperty {
pub id: String,
pub name: String,
pub description: Option<String>,
}Fields§
§id: String§name: String§description: Option<String>Trait Implementations§
Source§impl Clone for GeneralProperty
impl Clone for GeneralProperty
Source§fn clone(&self) -> GeneralProperty
fn clone(&self) -> GeneralProperty
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GeneralProperty
impl Debug for GeneralProperty
Source§impl PartialEq for GeneralProperty
impl PartialEq for GeneralProperty
Source§fn eq(&self, other: &GeneralProperty) -> bool
fn eq(&self, other: &GeneralProperty) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GeneralProperty
Auto Trait Implementations§
impl Freeze for GeneralProperty
impl RefUnwindSafe for GeneralProperty
impl Send for GeneralProperty
impl Sync for GeneralProperty
impl Unpin for GeneralProperty
impl UnsafeUnpin for GeneralProperty
impl UnwindSafe for GeneralProperty
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