pub struct ProjectionContent;Expand description
The canonical facts one kind-specific content value carries.
Trait Implementations§
Source§impl Clone for ProjectionContent
impl Clone for ProjectionContent
Source§fn clone(&self) -> ProjectionContent
fn clone(&self) -> ProjectionContent
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 ProjectionContent
Source§impl Debug for ProjectionContent
impl Debug for ProjectionContent
impl Eq for ProjectionContent
Source§impl Hash for ProjectionContent
impl Hash for ProjectionContent
Source§impl PartialEq for ProjectionContent
impl PartialEq for ProjectionContent
impl StructuralPartialEq for ProjectionContent
Auto Trait Implementations§
impl Freeze for ProjectionContent
impl RefUnwindSafe for ProjectionContent
impl Send for ProjectionContent
impl Sync for ProjectionContent
impl Unpin for ProjectionContent
impl UnsafeUnpin for ProjectionContent
impl UnwindSafe for ProjectionContent
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