Struct v_common_storage::storage::VStorage [−][src]
pub struct VStorage { /* fields omitted */ }Implementations
impl VStorage[src]
impl VStorage[src]pub fn none() -> VStorage[src]
pub fn new_remote(addr: &str) -> VStorage[src]
pub fn new_tt(tt_id: String, login: &str, pass: &str) -> VStorage[src]
pub fn new_lmdb(db_path: &str, mode: StorageMode) -> VStorage[src]
pub fn get_individual(&mut self, id: &str, iraw: &mut Individual) -> bool[src]
pub fn get_individual_from_db(
&mut self,
storage: StorageId,
id: &str,
iraw: &mut Individual
) -> bool[src]
&mut self,
storage: StorageId,
id: &str,
iraw: &mut Individual
) -> bool
pub fn get_value(&mut self, storage: StorageId, id: &str) -> Option<String>[src]
pub fn get_raw_value(&mut self, storage: StorageId, id: &str) -> Vec<u8>[src]
pub fn put_kv(&mut self, storage: StorageId, key: &str, val: &str) -> bool[src]
pub fn put_kv_raw(
&mut self,
storage: StorageId,
key: &str,
val: Vec<u8>
) -> bool[src]
&mut self,
storage: StorageId,
key: &str,
val: Vec<u8>
) -> bool
pub fn remove(&mut self, storage: StorageId, key: &str) -> bool[src]
Auto Trait Implementations
impl !RefUnwindSafe for VStorage
impl !RefUnwindSafe for VStorageimpl !UnwindSafe for VStorage
impl !UnwindSafe for VStorage