pub struct DISABLED_RULE { /* private fields */ }
Methods from Deref<Target = ExposableString>§
Trait Implementations§
Source§impl Deref for DISABLED_RULE
impl Deref for DISABLED_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 DISABLED_RULE
Auto Trait Implementations§
impl Freeze for DISABLED_RULE
impl RefUnwindSafe for DISABLED_RULE
impl Send for DISABLED_RULE
impl Sync for DISABLED_RULE
impl Unpin for DISABLED_RULE
impl UnwindSafe for DISABLED_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