pub enum ReceiveMediaType {
ApplicationPdf,
ImageTiff,
}Expand description
Media type for fax storage
Variants§
Trait Implementations§
Source§impl Clone for ReceiveMediaType
impl Clone for ReceiveMediaType
Source§fn clone(&self) -> ReceiveMediaType
fn clone(&self) -> ReceiveMediaType
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 ReceiveMediaType
impl Debug for ReceiveMediaType
Source§impl PartialEq for ReceiveMediaType
impl PartialEq for ReceiveMediaType
impl StructuralPartialEq for ReceiveMediaType
Auto Trait Implementations§
impl Freeze for ReceiveMediaType
impl RefUnwindSafe for ReceiveMediaType
impl Send for ReceiveMediaType
impl Sync for ReceiveMediaType
impl Unpin for ReceiveMediaType
impl UnwindSafe for ReceiveMediaType
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