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