pub struct inkWidgetLibraryItem {
pub name: Name,
pub package: Package,
}Expand description
see NativeDB
Fields§
§name: Name§package: PackageTrait Implementations§
Source§impl Clone for inkWidgetLibraryItem
impl Clone for inkWidgetLibraryItem
Source§fn clone(&self) -> inkWidgetLibraryItem
fn clone(&self) -> inkWidgetLibraryItem
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 inkWidgetLibraryItem
impl Debug for inkWidgetLibraryItem
Source§impl<'de> Deserialize<'de> for inkWidgetLibraryItem
impl<'de> Deserialize<'de> for inkWidgetLibraryItem
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
Auto Trait Implementations§
impl Freeze for inkWidgetLibraryItem
impl RefUnwindSafe for inkWidgetLibraryItem
impl Send for inkWidgetLibraryItem
impl Sync for inkWidgetLibraryItem
impl Unpin for inkWidgetLibraryItem
impl UnwindSafe for inkWidgetLibraryItem
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