pub struct AttemptFrom<S, F> { /* private fields */ }Trait Implementations§
Source§impl<'a, F, T: TryFrom<F> + Into<F> + Copy, S: SliceSerializable<'a, F, CopyType = F>> SliceSerializable<'a, T> for AttemptFrom<S, F>
impl<'a, F, T: TryFrom<F> + Into<F> + Copy, S: SliceSerializable<'a, F, CopyType = F>> SliceSerializable<'a, T> for AttemptFrom<S, F>
Auto Trait Implementations§
impl<S, F> Freeze for AttemptFrom<S, F>
impl<S, F> RefUnwindSafe for AttemptFrom<S, F>where
S: RefUnwindSafe,
F: RefUnwindSafe,
impl<S, F> Send for AttemptFrom<S, F>
impl<S, F> Sync for AttemptFrom<S, F>
impl<S, F> Unpin for AttemptFrom<S, F>
impl<S, F> UnwindSafe for AttemptFrom<S, F>where
S: UnwindSafe,
F: UnwindSafe,
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