pub struct LoadableLibConfig {
pub id: String,
pub source: String,
}Expand description
One configured loadable-lib row.
Fields§
§id: StringCookbook-facing library id, such as numbers/cas.
source: StringHost resolver key, such as symbol:numbers/cas.
Trait Implementations§
Source§impl Clone for LoadableLibConfig
impl Clone for LoadableLibConfig
Source§fn clone(&self) -> LoadableLibConfig
fn clone(&self) -> LoadableLibConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LoadableLibConfig
impl Debug for LoadableLibConfig
impl Eq for LoadableLibConfig
Source§impl PartialEq for LoadableLibConfig
impl PartialEq for LoadableLibConfig
impl StructuralPartialEq for LoadableLibConfig
Auto Trait Implementations§
impl Freeze for LoadableLibConfig
impl RefUnwindSafe for LoadableLibConfig
impl Send for LoadableLibConfig
impl Sync for LoadableLibConfig
impl Unpin for LoadableLibConfig
impl UnsafeUnpin for LoadableLibConfig
impl UnwindSafe for LoadableLibConfig
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.