Struct ActionEntityKind
#[repr(transparent)]pub struct ActionEntityKind(pub i32);Tuple Fields§
§0: i32Implementations§
§impl ActionEntityKind
impl ActionEntityKind
pub const None: Self
pub const Document: Self
pub const File: Self
pub const Photo: Self
pub const Text: Self
pub const StreamingText: Self
pub const RemoteFile: Self
pub const Table: Self
pub const Contact: Self
Trait Implementations§
§impl Clone for ActionEntityKind
impl Clone for ActionEntityKind
§fn clone(&self) -> ActionEntityKind
fn clone(&self) -> ActionEntityKind
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 more§impl Debug for ActionEntityKind
impl Debug for ActionEntityKind
§impl Default for ActionEntityKind
impl Default for ActionEntityKind
§fn default() -> ActionEntityKind
fn default() -> ActionEntityKind
Returns the “default value” for a type. Read more
§impl PartialEq for ActionEntityKind
impl PartialEq for ActionEntityKind
impl Copy for ActionEntityKind
impl Eq for ActionEntityKind
impl StructuralPartialEq for ActionEntityKind
Auto Trait Implementations§
impl Freeze for ActionEntityKind
impl RefUnwindSafe for ActionEntityKind
impl Send for ActionEntityKind
impl Sync for ActionEntityKind
impl Unpin for ActionEntityKind
impl UnwindSafe for ActionEntityKind
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