pub struct Projection { /* private fields */ }
Expand description
Container for Projection options.
Implementations§
Source§impl Projection
impl Projection
pub fn projection_type(self, value: ProjectionType) -> Self
Source§impl Projection
impl Projection
Trait Implementations§
Source§impl Clone for Projection
impl Clone for Projection
Source§fn clone(&self) -> Projection
fn clone(&self) -> Projection
Returns a copy of the value. Read more
1.0.0 · 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 Projection
impl Debug for Projection
Source§impl Default for Projection
impl Default for Projection
Source§impl From<ProjectionType> for Projection
impl From<ProjectionType> for Projection
Source§fn from(projection_type: ProjectionType) -> Self
fn from(projection_type: ProjectionType) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Projection
impl RefUnwindSafe for Projection
impl Send for Projection
impl Sync for Projection
impl Unpin for Projection
impl UnwindSafe for Projection
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