pub struct RegisterModel {
pub name: String,
pub tags: Vec<KeyValue>,
pub description: String,
}Fields§
§name: String§description: StringImplementations§
Trait Implementations§
Source§impl Clone for RegisterModel
impl Clone for RegisterModel
Source§fn clone(&self) -> RegisterModel
fn clone(&self) -> RegisterModel
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 RegisterModel
impl Debug for RegisterModel
Source§impl<'de> Deserialize<'de> for RegisterModel
impl<'de> Deserialize<'de> for RegisterModel
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 RegisterModel
impl PartialEq for RegisterModel
Source§impl Serialize for RegisterModel
impl Serialize for RegisterModel
impl StructuralPartialEq for RegisterModel
Auto Trait Implementations§
impl Freeze for RegisterModel
impl RefUnwindSafe for RegisterModel
impl Send for RegisterModel
impl Sync for RegisterModel
impl Unpin for RegisterModel
impl UnsafeUnpin for RegisterModel
impl UnwindSafe for RegisterModel
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