pub struct DynamicItem {
pub basic: Basic,
pub id_str: String,
pub modules: Value,
pub type_field: String,
pub visible: bool,
}Fields§
§basic: Basic§id_str: String§modules: Value§type_field: String§visible: boolTrait Implementations§
Source§impl Clone for DynamicItem
impl Clone for DynamicItem
Source§fn clone(&self) -> DynamicItem
fn clone(&self) -> DynamicItem
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 DynamicItem
impl Debug for DynamicItem
Source§impl<'de> Deserialize<'de> for DynamicItem
impl<'de> Deserialize<'de> for DynamicItem
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 DynamicItem
impl PartialEq for DynamicItem
Source§impl Serialize for DynamicItem
impl Serialize for DynamicItem
impl StructuralPartialEq for DynamicItem
Auto Trait Implementations§
impl Freeze for DynamicItem
impl RefUnwindSafe for DynamicItem
impl Send for DynamicItem
impl Sync for DynamicItem
impl Unpin for DynamicItem
impl UnwindSafe for DynamicItem
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