pub struct Ron;Expand description
The RON universal method. Use this with Storage::get_by or Storage::get_proxied_by to
benefit from the automatic implementors.
Trait Implementations§
impl Copy for Ron
impl Eq for Ron
Source§impl<C, K, T> Load<C, K, Ron> for T
impl<C, K, T> Load<C, K, Ron> for T
impl StructuralPartialEq for Ron
Auto Trait Implementations§
impl Freeze for Ron
impl RefUnwindSafe for Ron
impl Send for Ron
impl Sync for Ron
impl Unpin for Ron
impl UnsafeUnpin for Ron
impl UnwindSafe for Ron
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