pub struct IncludeIdentity(/* private fields */);Expand description
A caller-defined canonical identity for one includable Compose project.
The caller, not ComposeLens, establishes identity equivalence. In particular, this type does
not open, join, normalize, or canonicalize paths.
Implementations§
Trait Implementations§
Source§impl Clone for IncludeIdentity
impl Clone for IncludeIdentity
Source§fn clone(&self) -> IncludeIdentity
fn clone(&self) -> IncludeIdentity
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 moreSource§impl Debug for IncludeIdentity
impl Debug for IncludeIdentity
Source§impl Display for IncludeIdentity
impl Display for IncludeIdentity
impl Eq for IncludeIdentity
Source§impl Hash for IncludeIdentity
impl Hash for IncludeIdentity
Source§impl Ord for IncludeIdentity
impl Ord for IncludeIdentity
Source§fn cmp(&self, other: &IncludeIdentity) -> Ordering
fn cmp(&self, other: &IncludeIdentity) -> Ordering
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
Source§impl PartialEq for IncludeIdentity
impl PartialEq for IncludeIdentity
Source§impl PartialOrd for IncludeIdentity
impl PartialOrd for IncludeIdentity
impl StructuralPartialEq for IncludeIdentity
Auto Trait Implementations§
impl Freeze for IncludeIdentity
impl RefUnwindSafe for IncludeIdentity
impl Send for IncludeIdentity
impl Sync for IncludeIdentity
impl Unpin for IncludeIdentity
impl UnsafeUnpin for IncludeIdentity
impl UnwindSafe for IncludeIdentity
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