pub struct BakeConfig {
pub include: Vec<String>,
pub exclude: Vec<String>,
pub methods: Vec<String>,
}Fields§
§include: Vec<String>§exclude: Vec<String>§methods: Vec<String>Trait Implementations§
Source§impl Clone for BakeConfig
impl Clone for BakeConfig
Source§fn clone(&self) -> BakeConfig
fn clone(&self) -> BakeConfig
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 BakeConfig
impl Debug for BakeConfig
Source§impl Default for BakeConfig
impl Default for BakeConfig
Source§fn default() -> BakeConfig
fn default() -> BakeConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BakeConfig
impl RefUnwindSafe for BakeConfig
impl Send for BakeConfig
impl Sync for BakeConfig
impl Unpin for BakeConfig
impl UnsafeUnpin for BakeConfig
impl UnwindSafe for BakeConfig
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