pub struct WplSetting {
pub mode: PattenMode,
pub need_complete: bool,
}Fields§
§mode: PattenMode§need_complete: boolImplementations§
Source§impl WplSetting
impl WplSetting
pub fn new(mode: PattenMode, need_complete: bool) -> Self
Trait Implementations§
Source§impl Clone for WplSetting
impl Clone for WplSetting
Source§fn clone(&self) -> WplSetting
fn clone(&self) -> WplSetting
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 Debug for WplSetting
impl Debug for WplSetting
Auto Trait Implementations§
impl Freeze for WplSetting
impl RefUnwindSafe for WplSetting
impl Send for WplSetting
impl Sync for WplSetting
impl Unpin for WplSetting
impl UnsafeUnpin for WplSetting
impl UnwindSafe for WplSetting
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