pub struct ExtendedData {
pub variables: Value,
pub priority: u32,
}Fields§
§variables: Value§priority: u32Implementations§
Source§impl ExtendedData
impl ExtendedData
pub const fn new(variables: Value) -> ExtendedData
pub const fn with_priority(variables: Value, priority: u32) -> ExtendedData
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExtendedData
impl RefUnwindSafe for ExtendedData
impl Send for ExtendedData
impl Sync for ExtendedData
impl Unpin for ExtendedData
impl UnwindSafe for ExtendedData
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