pub struct BrowseProjection { /* private fields */ }Expand description
Canonical, inert projection of a function’s browsable Shape metadata.
Implementations§
Trait Implementations§
Source§impl Clone for BrowseProjection
impl Clone for BrowseProjection
Source§fn clone(&self) -> BrowseProjection
fn clone(&self) -> BrowseProjection
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 BrowseProjection
impl Debug for BrowseProjection
impl Eq for BrowseProjection
Source§impl PartialEq for BrowseProjection
impl PartialEq for BrowseProjection
impl StructuralPartialEq for BrowseProjection
Auto Trait Implementations§
impl Freeze for BrowseProjection
impl RefUnwindSafe for BrowseProjection
impl Send for BrowseProjection
impl Sync for BrowseProjection
impl Unpin for BrowseProjection
impl UnsafeUnpin for BrowseProjection
impl UnwindSafe for BrowseProjection
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