pub struct ProjectionProfile;Expand description
One projection profile — the posture a request ran under.
Trait Implementations§
Source§impl Clone for ProjectionProfile
impl Clone for ProjectionProfile
Source§fn clone(&self) -> ProjectionProfile
fn clone(&self) -> ProjectionProfile
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 ProjectionProfile
Source§impl Debug for ProjectionProfile
impl Debug for ProjectionProfile
impl Eq for ProjectionProfile
Source§impl Hash for ProjectionProfile
impl Hash for ProjectionProfile
Source§impl PartialEq for ProjectionProfile
impl PartialEq for ProjectionProfile
impl StructuralPartialEq for ProjectionProfile
Auto Trait Implementations§
impl Freeze for ProjectionProfile
impl RefUnwindSafe for ProjectionProfile
impl Send for ProjectionProfile
impl Sync for ProjectionProfile
impl Unpin for ProjectionProfile
impl UnsafeUnpin for ProjectionProfile
impl UnwindSafe for ProjectionProfile
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