pub struct RlmSeed {
pub projected: RlmProjectedSeedSnapshot,
pub globals: Map<String, Value>,
}Fields§
§projected: RlmProjectedSeedSnapshot§globals: Map<String, Value>Implementations§
Source§impl RlmSeed
impl RlmSeed
pub fn from_tool_args(args: &Value) -> Result<Self, String>
pub fn from_seed_value(seed: &Value) -> Result<Self, String>
pub fn is_empty(&self) -> bool
pub fn into_event_body(self) -> RlmSeedPluginBody
Trait Implementations§
impl Eq for RlmSeed
impl StructuralPartialEq for RlmSeed
Auto Trait Implementations§
impl Freeze for RlmSeed
impl RefUnwindSafe for RlmSeed
impl Send for RlmSeed
impl Sync for RlmSeed
impl Unpin for RlmSeed
impl UnsafeUnpin for RlmSeed
impl UnwindSafe for RlmSeed
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