pub enum LicensePreference {
AnyAvailable,
HoudiniEngineOnly,
HoudiniEngineAndCore,
}Variants§
Trait Implementations§
Source§impl Clone for LicensePreference
impl Clone for LicensePreference
Source§fn clone(&self) -> LicensePreference
fn clone(&self) -> LicensePreference
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 LicensePreference
impl Debug for LicensePreference
Source§impl Display for LicensePreference
impl Display for LicensePreference
Source§impl PartialEq for LicensePreference
impl PartialEq for LicensePreference
impl Copy for LicensePreference
impl Eq for LicensePreference
impl StructuralPartialEq for LicensePreference
Auto Trait Implementations§
impl Freeze for LicensePreference
impl RefUnwindSafe for LicensePreference
impl Send for LicensePreference
impl Sync for LicensePreference
impl Unpin for LicensePreference
impl UnwindSafe for LicensePreference
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