pub struct Rsv { /* private fields */ }Expand description
Convience/Abstraction struct for RSV, allows opening, creating, saving, and retrieving data;
Implementations§
Auto Trait Implementations§
impl Freeze for Rsv
impl RefUnwindSafe for Rsv
impl Send for Rsv
impl Sync for Rsv
impl Unpin for Rsv
impl UnwindSafe for Rsv
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