pub struct InteractiveActionSectionRow { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for InteractiveActionSectionRow
impl Clone for InteractiveActionSectionRow
Source§fn clone(&self) -> InteractiveActionSectionRow
fn clone(&self) -> InteractiveActionSectionRow
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 InteractiveActionSectionRow
impl Debug for InteractiveActionSectionRow
Source§impl<'de> Deserialize<'de> for InteractiveActionSectionRow
impl<'de> Deserialize<'de> for InteractiveActionSectionRow
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
Auto Trait Implementations§
impl Freeze for InteractiveActionSectionRow
impl RefUnwindSafe for InteractiveActionSectionRow
impl Send for InteractiveActionSectionRow
impl Sync for InteractiveActionSectionRow
impl Unpin for InteractiveActionSectionRow
impl UnwindSafe for InteractiveActionSectionRow
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