pub enum MessageAttachmentKind {
Doc,
Photo,
Video,
Audio,
Sticker,
Location,
Wall,
}Variants§
Trait Implementations§
Source§impl Clone for MessageAttachmentKind
impl Clone for MessageAttachmentKind
Source§fn clone(&self) -> MessageAttachmentKind
fn clone(&self) -> MessageAttachmentKind
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 MessageAttachmentKind
impl Debug for MessageAttachmentKind
Source§impl PartialEq for MessageAttachmentKind
impl PartialEq for MessageAttachmentKind
impl Copy for MessageAttachmentKind
impl StructuralPartialEq for MessageAttachmentKind
Auto Trait Implementations§
impl Freeze for MessageAttachmentKind
impl RefUnwindSafe for MessageAttachmentKind
impl Send for MessageAttachmentKind
impl Sync for MessageAttachmentKind
impl Unpin for MessageAttachmentKind
impl UnsafeUnpin for MessageAttachmentKind
impl UnwindSafe for MessageAttachmentKind
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