pub struct CaberConfig {
pub export_mode: ExportMode,
}Fields§
§export_mode: ExportModeTrait Implementations§
Source§impl Clone for CaberConfig
impl Clone for CaberConfig
Source§fn clone(&self) -> CaberConfig
fn clone(&self) -> CaberConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for CaberConfig
impl Default for CaberConfig
Source§fn default() -> CaberConfig
fn default() -> CaberConfig
Returns the “default value” for a type. Read more
impl Copy for CaberConfig
Auto Trait Implementations§
impl Freeze for CaberConfig
impl RefUnwindSafe for CaberConfig
impl Send for CaberConfig
impl Sync for CaberConfig
impl Unpin for CaberConfig
impl UnwindSafe for CaberConfig
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