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