pub struct LibTableLibrary {
pub name: Option<String>,
pub library_type: Option<String>,
pub uri: Option<String>,
pub options: Option<String>,
pub descr: Option<String>,
pub disabled: bool,
}Expand description
Library table (fp-lib-table, sym-lib-table) APIs.
Fields§
§name: Option<String>§library_type: Option<String>§uri: Option<String>§options: Option<String>§descr: Option<String>§disabled: boolTrait Implementations§
Source§impl Clone for LibTableLibrary
impl Clone for LibTableLibrary
Source§fn clone(&self) -> LibTableLibrary
fn clone(&self) -> LibTableLibrary
Returns a duplicate 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 LibTableLibrary
impl Debug for LibTableLibrary
Source§impl PartialEq for LibTableLibrary
impl PartialEq for LibTableLibrary
impl Eq for LibTableLibrary
impl StructuralPartialEq for LibTableLibrary
Auto Trait Implementations§
impl Freeze for LibTableLibrary
impl RefUnwindSafe for LibTableLibrary
impl Send for LibTableLibrary
impl Sync for LibTableLibrary
impl Unpin for LibTableLibrary
impl UnsafeUnpin for LibTableLibrary
impl UnwindSafe for LibTableLibrary
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