pub struct TriggerActionReturnObject(pub Option<Value>);Expand description
Runs an extension default action. Available if the client is connected using the –remote-debugging-pipe flag and the –enable-unsafe-extension-debugging flag is set.
Tuple Fields§
§0: Option<Value>Trait Implementations§
Source§impl Clone for TriggerActionReturnObject
impl Clone for TriggerActionReturnObject
Source§fn clone(&self) -> TriggerActionReturnObject
fn clone(&self) -> TriggerActionReturnObject
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 TriggerActionReturnObject
impl Debug for TriggerActionReturnObject
Source§impl<'de> Deserialize<'de> for TriggerActionReturnObject
impl<'de> Deserialize<'de> for TriggerActionReturnObject
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
impl StructuralPartialEq for TriggerActionReturnObject
Auto Trait Implementations§
impl Freeze for TriggerActionReturnObject
impl RefUnwindSafe for TriggerActionReturnObject
impl Send for TriggerActionReturnObject
impl Sync for TriggerActionReturnObject
impl Unpin for TriggerActionReturnObject
impl UnsafeUnpin for TriggerActionReturnObject
impl UnwindSafe for TriggerActionReturnObject
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