pub enum ResourceValueType {
String,
Path,
EmbeddedData,
AsciiString,
Utf8String,
AsciiPath,
Utf8Path,
}
Variants§
Trait Implementations§
Source§impl Clone for ResourceValueType
impl Clone for ResourceValueType
Source§fn clone(&self) -> ResourceValueType
fn clone(&self) -> ResourceValueType
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ResourceValueType
impl Debug for ResourceValueType
Source§impl Hash for ResourceValueType
impl Hash for ResourceValueType
Source§impl PartialEq for ResourceValueType
impl PartialEq for ResourceValueType
impl Copy for ResourceValueType
impl Eq for ResourceValueType
impl StructuralPartialEq for ResourceValueType
Auto Trait Implementations§
impl Freeze for ResourceValueType
impl RefUnwindSafe for ResourceValueType
impl Send for ResourceValueType
impl Sync for ResourceValueType
impl Unpin for ResourceValueType
impl UnwindSafe for ResourceValueType
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