pub struct ArchyOpts {
pub unicode: bool,
}Fields§
§unicode: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ArchyOpts
impl RefUnwindSafe for ArchyOpts
impl Send for ArchyOpts
impl Sync for ArchyOpts
impl Unpin for ArchyOpts
impl UnsafeUnpin for ArchyOpts
impl UnwindSafe for ArchyOpts
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