Enum obs_wrapper::properties::EditableListType
source · [−]pub enum EditableListType {
Strings,
Files,
FilesAndUrls,
}Variants
Strings
Files
FilesAndUrls
Trait Implementations
sourceimpl Clone for EditableListType
impl Clone for EditableListType
sourcefn clone(&self) -> EditableListType
fn clone(&self) -> EditableListType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for EditableListType
impl Debug for EditableListType
sourceimpl Into<u32> for EditableListType
impl Into<u32> for EditableListType
sourcefn into(self) -> obs_text_type
fn into(self) -> obs_text_type
Converts this type into the (usually inferred) input type.
sourceimpl PartialEq<EditableListType> for EditableListType
impl PartialEq<EditableListType> for EditableListType
sourcefn eq(&self, other: &EditableListType) -> bool
fn eq(&self, other: &EditableListType) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourceimpl TryFrom<u32> for EditableListType
impl TryFrom<u32> for EditableListType
impl Copy for EditableListType
impl Eq for EditableListType
impl StructuralEq for EditableListType
impl StructuralPartialEq for EditableListType
Auto Trait Implementations
impl RefUnwindSafe for EditableListType
impl Send for EditableListType
impl Sync for EditableListType
impl Unpin for EditableListType
impl UnwindSafe for EditableListType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more