pub enum ActionArguments {
String(String),
Binary(Vec<u8>),
}Variants§
Trait Implementations§
Source§impl From<&str> for ActionArguments
impl From<&str> for ActionArguments
Source§impl From<String> for ActionArguments
impl From<String> for ActionArguments
Auto Trait Implementations§
impl Freeze for ActionArguments
impl RefUnwindSafe for ActionArguments
impl Send for ActionArguments
impl Sync for ActionArguments
impl Unpin for ActionArguments
impl UnwindSafe for ActionArguments
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