pub struct Projector<A: ?Sized, B: ?Sized> { /* private fields */ }Expand description
Stores a read projection.
Implementations§
Trait Implementations§
Source§impl<A: ?Sized, B: ?Sized> From<ProjectorRW<A, B>> for Projector<A, B>
Extract the Projector from a ProjectorRW.
impl<A: ?Sized, B: ?Sized> From<ProjectorRW<A, B>> for Projector<A, B>
Extract the Projector from a ProjectorRW.
Source§fn from(value: ProjectorRW<A, B>) -> Self
fn from(value: ProjectorRW<A, B>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<A, B> !RefUnwindSafe for Projector<A, B>
impl<A, B> !UnwindSafe for Projector<A, B>
impl<A, B> Freeze for Projector<A, B>
impl<A, B> Send for Projector<A, B>
impl<A, B> Sync for Projector<A, B>
impl<A, B> Unpin for Projector<A, B>
impl<A, B> UnsafeUnpin for Projector<A, B>
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