pub struct FromInto<T: ?Sized>(/* private fields */);Trait Implementations§
Source§impl<T, U> BorshDeserializeAs<T> for FromInto<U>where
U: BorshDeserialize + Into<T>,
impl<T, U> BorshDeserializeAs<T> for FromInto<U>where
U: BorshDeserialize + Into<T>,
Auto Trait Implementations§
impl<T> Freeze for FromInto<T>where
T: ?Sized,
impl<T> RefUnwindSafe for FromInto<T>where
T: RefUnwindSafe + ?Sized,
impl<T> Send for FromInto<T>
impl<T> Sync for FromInto<T>
impl<T> Unpin for FromInto<T>
impl<T> UnsafeUnpin for FromInto<T>where
T: ?Sized,
impl<T> UnwindSafe for FromInto<T>where
T: UnwindSafe + ?Sized,
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