pub struct NetworkStateUpdatedEvent { /* private fields */ }Available on crate features
experimental and ApplicationCache and Page only.Implementations§
Trait Implementations§
Source§impl Clone for NetworkStateUpdatedEvent
impl Clone for NetworkStateUpdatedEvent
Source§fn clone(&self) -> NetworkStateUpdatedEvent
fn clone(&self) -> NetworkStateUpdatedEvent
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 Debug for NetworkStateUpdatedEvent
impl Debug for NetworkStateUpdatedEvent
Source§impl Deref for NetworkStateUpdatedEvent
impl Deref for NetworkStateUpdatedEvent
Source§impl<'de> Deserialize<'de> for NetworkStateUpdatedEvent
impl<'de> Deserialize<'de> for NetworkStateUpdatedEvent
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for NetworkStateUpdatedEvent
impl RefUnwindSafe for NetworkStateUpdatedEvent
impl Send for NetworkStateUpdatedEvent
impl Sync for NetworkStateUpdatedEvent
impl Unpin for NetworkStateUpdatedEvent
impl UnwindSafe for NetworkStateUpdatedEvent
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