Struct mcaptcha::SETTINGS_ICON
source · [−]pub struct SETTINGS_ICON {
__private_field: (),
}Fields
__private_field: ()Trait Implementations
sourceimpl Deref for SETTINGS_ICON
impl Deref for SETTINGS_ICON
impl LazyStatic for SETTINGS_ICON
Auto Trait Implementations
impl RefUnwindSafe for SETTINGS_ICON
impl Send for SETTINGS_ICON
impl Sync for SETTINGS_ICON
impl Unpin for SETTINGS_ICON
impl UnwindSafe for SETTINGS_ICON
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more