pub enum ResourceKeySyntaxV1 {
GltfUri,
ParserRelativePath,
}Expand description
Format-specific lexical interpretation for a retained relative locator.
Variants§
GltfUri
A glTF URI: valid percent escapes are decoded before canonicalization.
ParserRelativePath
A parser-projected relative path: percent signs remain literal bytes.
Trait Implementations§
Source§impl Clone for ResourceKeySyntaxV1
impl Clone for ResourceKeySyntaxV1
Source§fn clone(&self) -> ResourceKeySyntaxV1
fn clone(&self) -> ResourceKeySyntaxV1
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ResourceKeySyntaxV1
Source§impl Debug for ResourceKeySyntaxV1
impl Debug for ResourceKeySyntaxV1
impl Eq for ResourceKeySyntaxV1
Source§impl PartialEq for ResourceKeySyntaxV1
impl PartialEq for ResourceKeySyntaxV1
impl StructuralPartialEq for ResourceKeySyntaxV1
Auto Trait Implementations§
impl Freeze for ResourceKeySyntaxV1
impl RefUnwindSafe for ResourceKeySyntaxV1
impl Send for ResourceKeySyntaxV1
impl Sync for ResourceKeySyntaxV1
impl Unpin for ResourceKeySyntaxV1
impl UnsafeUnpin for ResourceKeySyntaxV1
impl UnwindSafe for ResourceKeySyntaxV1
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