Struct show_notes::e017::DataStore
source · pub struct DataStore<'a> {
pub contents: &'a i32,
}
Expand description
A dummy container for use with references.
Fields§
§contents: &'a i32
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DataStore<'a>
impl<'a> RefUnwindSafe for DataStore<'a>
impl<'a> Send for DataStore<'a>
impl<'a> Sync for DataStore<'a>
impl<'a> Unpin for DataStore<'a>
impl<'a> UnwindSafe for DataStore<'a>
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