Struct mcaptcha::SETTINGS_ICON
source · pub struct SETTINGS_ICON {
__private_field: (),
}
Fields§
§__private_field: ()
Trait Implementations§
source§impl 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§
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