pub struct SomePrism;Expand description
Prism into an Option<T> value.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SomePrism
impl RefUnwindSafe for SomePrism
impl Send for SomePrism
impl Sync for SomePrism
impl Unpin for SomePrism
impl UnsafeUnpin for SomePrism
impl UnwindSafe for SomePrism
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