pub enum AttachmentContent {
Poll(Poll),
Media(Media),
}Expand description
Represents a generic attachment content.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AttachmentContent
impl RefUnwindSafe for AttachmentContent
impl Send for AttachmentContent
impl Sync for AttachmentContent
impl Unpin for AttachmentContent
impl UnwindSafe for AttachmentContent
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