pub struct NetworkInformationFingerPrint { /* private fields */ }
Implementations§
Source§impl NetworkInformationFingerPrint
impl NetworkInformationFingerPrint
pub fn from_result(n: Result<NetworkInformation, JsValue>) -> Option<Self>
Trait Implementations§
Source§impl Clone for NetworkInformationFingerPrint
impl Clone for NetworkInformationFingerPrint
Source§fn clone(&self) -> NetworkInformationFingerPrint
fn clone(&self) -> NetworkInformationFingerPrint
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for NetworkInformationFingerPrint
impl Default for NetworkInformationFingerPrint
Source§fn default() -> NetworkInformationFingerPrint
fn default() -> NetworkInformationFingerPrint
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NetworkInformationFingerPrint
impl RefUnwindSafe for NetworkInformationFingerPrint
impl Send for NetworkInformationFingerPrint
impl Sync for NetworkInformationFingerPrint
impl Unpin for NetworkInformationFingerPrint
impl UnwindSafe for NetworkInformationFingerPrint
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