pub enum ModalityType {
Text,
}Variants§
Text
Trait Implementations§
Source§impl Clone for ModalityType
impl Clone for ModalityType
Source§fn clone(&self) -> ModalityType
fn clone(&self) -> ModalityType
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 ModalityType
impl Debug for ModalityType
Source§impl Serialize for ModalityType
impl Serialize for ModalityType
impl Copy for ModalityType
Auto Trait Implementations§
impl Freeze for ModalityType
impl RefUnwindSafe for ModalityType
impl Send for ModalityType
impl Sync for ModalityType
impl Unpin for ModalityType
impl UnwindSafe for ModalityType
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