pub struct LogicalAssetPath(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for LogicalAssetPath
impl Clone for LogicalAssetPath
Source§impl Debug for LogicalAssetPath
impl Debug for LogicalAssetPath
Source§impl Display for LogicalAssetPath
impl Display for LogicalAssetPath
impl Eq for LogicalAssetPath
Source§impl Ord for LogicalAssetPath
impl Ord for LogicalAssetPath
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for LogicalAssetPath
impl PartialEq for LogicalAssetPath
Source§impl PartialOrd for LogicalAssetPath
impl PartialOrd for LogicalAssetPath
Source§impl Serialize for LogicalAssetPath
impl Serialize for LogicalAssetPath
impl StructuralPartialEq for LogicalAssetPath
Auto Trait Implementations§
impl Freeze for LogicalAssetPath
impl RefUnwindSafe for LogicalAssetPath
impl Send for LogicalAssetPath
impl Sync for LogicalAssetPath
impl Unpin for LogicalAssetPath
impl UnsafeUnpin for LogicalAssetPath
impl UnwindSafe for LogicalAssetPath
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