Struct v_common_module::veda_backend::Backend [−][src]
Fields
storage: VStoragefts: FTClientapi: APIClientImplementations
impl Backend[src]
impl Backend[src]pub fn create(storage_mode: StorageMode, use_remote_storage: bool) -> Self[src]
pub fn get_sys_ticket_id(&mut self) -> Result<String, i32>[src]
pub fn get_literal_of_link(
&mut self,
indv: &mut Individual,
link: &str,
field: &str,
to: &mut Individual
) -> Option<String>[src]
&mut self,
indv: &mut Individual,
link: &str,
field: &str,
to: &mut Individual
) -> Option<String>
pub fn get_literals_of_link(
&mut self,
indv: &mut Individual,
link: &str,
field: &str
) -> Vec<String>[src]
&mut self,
indv: &mut Individual,
link: &str,
field: &str
) -> Vec<String>
pub fn get_datetime_of_link(
&mut self,
indv: &mut Individual,
link: &str,
field: &str,
to: &mut Individual
) -> Option<i64>[src]
&mut self,
indv: &mut Individual,
link: &str,
field: &str,
to: &mut Individual
) -> Option<i64>
pub fn get_individual_h(&mut self, uri: &str) -> Option<Box<Individual>>[src]
pub fn get_individual_s(&mut self, uri: &str) -> Option<Individual>[src]
pub fn get_individual<'a>(
&mut self,
uri: &str,
iraw: &'a mut Individual
) -> Option<&'a mut Individual>[src]
&mut self,
uri: &str,
iraw: &'a mut Individual
) -> Option<&'a mut Individual>
pub fn get_ticket_from_db(&mut self, id: &str) -> Ticket[src]
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Backend
impl Send for Backend
impl Sync for Backend
impl Unpin for Backend
impl !UnwindSafe for Backend
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for Timpl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,