Struct frender::impl_auto_debug_props::IsDebugPropsTag
source · [−]pub struct IsDebugPropsTag;Implementations
sourceimpl IsDebugPropsTag
impl IsDebugPropsTag
pub fn intermediate_value_to_debug_props<T>(self, _: &T) -> Self
pub fn is_impl_debug_or_not(self) -> Self
pub fn output_debug_props<T: DebugProps>(self, v: &T) -> Option<JsValue>
Auto Trait Implementations
impl RefUnwindSafe for IsDebugPropsTag
impl Send for IsDebugPropsTag
impl Sync for IsDebugPropsTag
impl Unpin for IsDebugPropsTag
impl UnwindSafe for IsDebugPropsTag
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more