pub struct ValueTable { /* private fields */ }
Expand description
Global value table
Implementations§
Source§impl ValueTable
Auto-generated by derive_getters::Getters
.
impl ValueTable
Auto-generated by derive_getters::Getters
.
Sourcepub fn value_table_name(&self) -> &String
pub fn value_table_name(&self) -> &String
Get field value_table_name
from instance of ValueTable
.
Sourcepub fn value_descriptions(&self) -> &Vec<ValDescription>
pub fn value_descriptions(&self) -> &Vec<ValDescription>
Get field value_descriptions
from instance of ValueTable
.
Trait Implementations§
Source§impl Clone for ValueTable
impl Clone for ValueTable
Source§fn clone(&self) -> ValueTable
fn clone(&self) -> ValueTable
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ValueTable
impl Debug for ValueTable
Source§impl PartialEq for ValueTable
impl PartialEq for ValueTable
impl StructuralPartialEq for ValueTable
Auto Trait Implementations§
impl Freeze for ValueTable
impl RefUnwindSafe for ValueTable
impl Send for ValueTable
impl Sync for ValueTable
impl Unpin for ValueTable
impl UnwindSafe for ValueTable
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