pub struct UserInterface {
pub id: EntityId,
pub created_at: DateTime<Utc>,
pub updated_at: DateTime<Utc>,
pub rust_cli: bool,
pub rust_slint: bool,
pub cpp_qt_qtwidgets: bool,
pub cpp_qt_qtquick: bool,
pub rust_ios: bool,
pub rust_android: bool,
}Fields§
§id: EntityId§created_at: DateTime<Utc>§updated_at: DateTime<Utc>§rust_cli: bool§rust_slint: bool§cpp_qt_qtwidgets: bool§cpp_qt_qtquick: bool§rust_ios: bool§rust_android: boolTrait Implementations§
Source§impl Clone for UserInterface
impl Clone for UserInterface
Source§fn clone(&self) -> UserInterface
fn clone(&self) -> UserInterface
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 UserInterface
impl Debug for UserInterface
Source§impl Default for UserInterface
impl Default for UserInterface
Source§fn default() -> UserInterface
fn default() -> UserInterface
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UserInterface
impl<'de> Deserialize<'de> for UserInterface
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 UserInterface
impl PartialEq for UserInterface
Source§impl Serialize for UserInterface
impl Serialize for UserInterface
impl Eq for UserInterface
impl StructuralPartialEq for UserInterface
Auto Trait Implementations§
impl Freeze for UserInterface
impl RefUnwindSafe for UserInterface
impl Send for UserInterface
impl Sync for UserInterface
impl Unpin for UserInterface
impl UnsafeUnpin for UserInterface
impl UnwindSafe for UserInterface
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