pub enum EditableListType {
Strings,
Files,
FilesAndUrls,
}Variants§
Trait Implementations§
Source§impl Clone for EditableListType
impl Clone for EditableListType
Source§fn clone(&self) -> EditableListType
fn clone(&self) -> EditableListType
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 EditableListType
impl Debug for EditableListType
Source§impl Into<u32> for EditableListType
impl Into<u32> for EditableListType
Source§fn into(self) -> obs_text_type
fn into(self) -> obs_text_type
Converts this type into the (usually inferred) input type.
Source§impl PartialEq for EditableListType
impl PartialEq for EditableListType
Source§impl TryFrom<u32> for EditableListType
impl TryFrom<u32> for EditableListType
impl Copy for EditableListType
impl Eq for EditableListType
impl StructuralPartialEq for EditableListType
Auto Trait Implementations§
impl Freeze for EditableListType
impl RefUnwindSafe for EditableListType
impl Send for EditableListType
impl Sync for EditableListType
impl Unpin for EditableListType
impl UnwindSafe for EditableListType
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