pub struct NetworkStatusResponseType;Expand description
NetworkStatusResponseType (937).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NetworkStatusResponseType
impl RefUnwindSafe for NetworkStatusResponseType
impl Send for NetworkStatusResponseType
impl Sync for NetworkStatusResponseType
impl Unpin for NetworkStatusResponseType
impl UnsafeUnpin for NetworkStatusResponseType
impl UnwindSafe for NetworkStatusResponseType
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