pub enum UploadType {
Image,
Voice,
Video,
File,
}
Expand description
Upload enum for Client::upload
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UploadType
impl RefUnwindSafe for UploadType
impl Send for UploadType
impl Sync for UploadType
impl Unpin for UploadType
impl UnwindSafe for UploadType
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