pub struct UnknownItem {
pub id: Option<String>,
pub item_type: Option<String>,
pub raw: Value,
}Fields§
§id: Option<String>§item_type: Option<String>§raw: ValueTrait Implementations§
Source§impl Clone for UnknownItem
impl Clone for UnknownItem
Source§fn clone(&self) -> UnknownItem
fn clone(&self) -> UnknownItem
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 UnknownItem
impl Debug for UnknownItem
Source§impl PartialEq for UnknownItem
impl PartialEq for UnknownItem
impl StructuralPartialEq for UnknownItem
Auto Trait Implementations§
impl Freeze for UnknownItem
impl RefUnwindSafe for UnknownItem
impl Send for UnknownItem
impl Sync for UnknownItem
impl Unpin for UnknownItem
impl UnsafeUnpin for UnknownItem
impl UnwindSafe for UnknownItem
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