pub struct BlockVarListReporterTop {
pub kind: ListOrVariable,
pub name: Name,
pub id: Uid,
pub x: Number,
pub y: Number,
}Expand description
This is a reporter of list or variable when it’s at the top.
Fields§
§kind: ListOrVariable§name: NameName of the variable
id: UidId of the variable
x: NumberPosition X of the reporter
y: NumberPosition y of the reporter
Trait Implementations§
Source§impl Clone for BlockVarListReporterTop
impl Clone for BlockVarListReporterTop
Source§fn clone(&self) -> BlockVarListReporterTop
fn clone(&self) -> BlockVarListReporterTop
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 BlockVarListReporterTop
impl Debug for BlockVarListReporterTop
Source§impl<'de> Deserialize<'de> for BlockVarListReporterTop
impl<'de> Deserialize<'de> for BlockVarListReporterTop
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 BlockVarListReporterTop
impl PartialEq for BlockVarListReporterTop
Source§impl Serialize for BlockVarListReporterTop
impl Serialize for BlockVarListReporterTop
impl StructuralPartialEq for BlockVarListReporterTop
Auto Trait Implementations§
impl Freeze for BlockVarListReporterTop
impl RefUnwindSafe for BlockVarListReporterTop
impl Send for BlockVarListReporterTop
impl Sync for BlockVarListReporterTop
impl Unpin for BlockVarListReporterTop
impl UnwindSafe for BlockVarListReporterTop
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