pub struct FlakeSettings { /* private fields */ }Expand description
Store settings for the flakes feature.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FlakeSettings
impl RefUnwindSafe for FlakeSettings
impl !Send for FlakeSettings
impl !Sync for FlakeSettings
impl Unpin for FlakeSettings
impl UnwindSafe for FlakeSettings
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