pub struct KitOptions { /* private fields */ }Expand description
Describes options for applying templates
Implementations§
Source§impl KitOptions
impl KitOptions
pub fn nightly_items_enabled(&self) -> bool
pub fn with_nightly_items(self) -> Self
Trait Implementations§
Source§impl Debug for KitOptions
impl Debug for KitOptions
Source§impl Default for KitOptions
impl Default for KitOptions
Source§fn default() -> KitOptions
fn default() -> KitOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for KitOptions
impl RefUnwindSafe for KitOptions
impl Send for KitOptions
impl Sync for KitOptions
impl Unpin for KitOptions
impl UnwindSafe for KitOptions
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