pub struct LogicalContentPath(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for LogicalContentPath
impl Clone for LogicalContentPath
Source§impl Debug for LogicalContentPath
impl Debug for LogicalContentPath
Source§impl Display for LogicalContentPath
impl Display for LogicalContentPath
impl Eq for LogicalContentPath
Source§impl Ord for LogicalContentPath
impl Ord for LogicalContentPath
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 LogicalContentPath
impl PartialEq for LogicalContentPath
Source§impl PartialOrd for LogicalContentPath
impl PartialOrd for LogicalContentPath
Source§impl Serialize for LogicalContentPath
impl Serialize for LogicalContentPath
impl StructuralPartialEq for LogicalContentPath
Auto Trait Implementations§
impl Freeze for LogicalContentPath
impl RefUnwindSafe for LogicalContentPath
impl Send for LogicalContentPath
impl Sync for LogicalContentPath
impl Unpin for LogicalContentPath
impl UnsafeUnpin for LogicalContentPath
impl UnwindSafe for LogicalContentPath
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