Struct open_lark::card::components::interactive_components::picker_time::PickerTime
source · pub struct PickerTime { /* private fields */ }Expand description
时间选择器
Implementations§
source§impl PickerTime
impl PickerTime
pub fn new() -> Self
pub fn name(self, name: &str) -> Self
pub fn required(self, required: bool) -> Self
pub fn disabled(self, disabled: bool) -> Self
pub fn initial_time(self, initial_time: &str) -> Self
pub fn placeholder(self, placeholder: PlainText) -> Self
pub fn width(self, width: &str) -> Self
pub fn value(self, value: Value) -> Self
pub fn confirm(self, confirm: InputConfirm) -> Self
Trait Implementations§
source§impl Debug for PickerTime
impl Debug for PickerTime
source§impl Default for PickerTime
impl Default for PickerTime
source§impl<'de> Deserialize<'de> for PickerTime
impl<'de> Deserialize<'de> for PickerTime
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 PickerTime
impl RefUnwindSafe for PickerTime
impl Send for PickerTime
impl Sync for PickerTime
impl Unpin for PickerTime
impl UnwindSafe for PickerTime
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