pub struct ProjectionIntent;Expand description
What a request MEANT, ahead of anything decided about it.
Trait Implementations§
Source§impl Clone for ProjectionIntent
impl Clone for ProjectionIntent
Source§fn clone(&self) -> ProjectionIntent
fn clone(&self) -> ProjectionIntent
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 ProjectionIntent
Source§impl Debug for ProjectionIntent
impl Debug for ProjectionIntent
impl Eq for ProjectionIntent
Source§impl Hash for ProjectionIntent
impl Hash for ProjectionIntent
Source§impl PartialEq for ProjectionIntent
impl PartialEq for ProjectionIntent
impl StructuralPartialEq for ProjectionIntent
Auto Trait Implementations§
impl Freeze for ProjectionIntent
impl RefUnwindSafe for ProjectionIntent
impl Send for ProjectionIntent
impl Sync for ProjectionIntent
impl Unpin for ProjectionIntent
impl UnsafeUnpin for ProjectionIntent
impl UnwindSafe for ProjectionIntent
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