Struct open_lark::card::components::interactive_components::checker::ButtonArea
source · pub struct ButtonArea { /* private fields */ }Expand description
按钮区配置
Implementations§
source§impl ButtonArea
impl ButtonArea
pub fn new() -> Self
pub fn pc_display_rule(self, pc_display_rule: &str) -> Self
Trait Implementations§
source§impl Debug for ButtonArea
impl Debug for ButtonArea
source§impl Default for ButtonArea
impl Default for ButtonArea
source§fn default() -> ButtonArea
fn default() -> ButtonArea
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ButtonArea
impl<'de> Deserialize<'de> for ButtonArea
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 ButtonArea
impl RefUnwindSafe for ButtonArea
impl Send for ButtonArea
impl Sync for ButtonArea
impl Unpin for ButtonArea
impl UnwindSafe for ButtonArea
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