pub struct BookyardConfig {
pub workspace: WorkspaceConfig,
pub build: BuildConfig,
pub books: Vec<BookConfig>,
}Fields§
§workspace: WorkspaceConfig§build: BuildConfig§books: Vec<BookConfig>Implementations§
Trait Implementations§
Source§impl Clone for BookyardConfig
impl Clone for BookyardConfig
Source§fn clone(&self) -> BookyardConfig
fn clone(&self) -> BookyardConfig
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 BookyardConfig
impl Debug for BookyardConfig
Source§impl<'de> Deserialize<'de> for BookyardConfig
impl<'de> Deserialize<'de> for BookyardConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for BookyardConfig
Source§impl PartialEq for BookyardConfig
impl PartialEq for BookyardConfig
Source§fn eq(&self, other: &BookyardConfig) -> bool
fn eq(&self, other: &BookyardConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for BookyardConfig
impl Serialize for BookyardConfig
impl StructuralPartialEq for BookyardConfig
Auto Trait Implementations§
impl Freeze for BookyardConfig
impl RefUnwindSafe for BookyardConfig
impl Send for BookyardConfig
impl Sync for BookyardConfig
impl Unpin for BookyardConfig
impl UnsafeUnpin for BookyardConfig
impl UnwindSafe for BookyardConfig
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