pub struct INCLUDE_WHITESPACE_GROUP { /* private fields */ }
Trait Implementations§
Source§impl Deref for INCLUDE_WHITESPACE_GROUP
impl Deref for INCLUDE_WHITESPACE_GROUP
Source§type Target = GroupSettings
type Target = GroupSettings
The resulting type after dereferencing.
Source§fn deref(&self) -> &GroupSettings
fn deref(&self) -> &GroupSettings
Dereferences the value.
impl LazyStatic for INCLUDE_WHITESPACE_GROUP
Auto Trait Implementations§
impl Freeze for INCLUDE_WHITESPACE_GROUP
impl RefUnwindSafe for INCLUDE_WHITESPACE_GROUP
impl Send for INCLUDE_WHITESPACE_GROUP
impl Sync for INCLUDE_WHITESPACE_GROUP
impl Unpin for INCLUDE_WHITESPACE_GROUP
impl UnwindSafe for INCLUDE_WHITESPACE_GROUP
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