pub enum ResourcePathType {
Absolute,
Relative,
Root,
}Variants§
Trait Implementations§
Source§impl Clone for ResourcePathType
impl Clone for ResourcePathType
Source§fn clone(&self) -> ResourcePathType
fn clone(&self) -> ResourcePathType
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 ResourcePathType
impl Debug for ResourcePathType
Source§impl ValueEnum for ResourcePathType
impl ValueEnum for ResourcePathType
Auto Trait Implementations§
impl Freeze for ResourcePathType
impl RefUnwindSafe for ResourcePathType
impl Send for ResourcePathType
impl Sync for ResourcePathType
impl Unpin for ResourcePathType
impl UnwindSafe for ResourcePathType
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