pub struct IsBrowser {
pub value: bool,
}Fields§
§value: boolTrait Implementations§
Source§impl JsJsonDeserialize for IsBrowser
impl JsJsonDeserialize for IsBrowser
fn from_json( context: JsJsonContext, json: JsJson, ) -> Result<Self, JsJsonContext>
Auto Trait Implementations§
impl Freeze for IsBrowser
impl RefUnwindSafe for IsBrowser
impl Send for IsBrowser
impl Sync for IsBrowser
impl Unpin for IsBrowser
impl UnsafeUnpin for IsBrowser
impl UnwindSafe for IsBrowser
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