pub struct OpenConfig {
pub mode: OpenMode,
pub files: OpenFiles,
pub max_margins: OpenMaxMargins,
}Fields§
§mode: OpenMode§files: OpenFiles§max_margins: OpenMaxMarginsAuto Trait Implementations§
impl Freeze for OpenConfig
impl RefUnwindSafe for OpenConfig
impl Send for OpenConfig
impl Sync for OpenConfig
impl Unpin for OpenConfig
impl UnwindSafe for OpenConfig
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