struct NetSnapshot {
avail_features: u64,
acked_features: u64,
}Fields§
§avail_features: u64§acked_features: u64Trait Implementations§
Source§impl<'de> Deserialize<'de> for NetSnapshot
impl<'de> Deserialize<'de> for NetSnapshot
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 NetSnapshot
impl RefUnwindSafe for NetSnapshot
impl Send for NetSnapshot
impl Sync for NetSnapshot
impl Unpin for NetSnapshot
impl UnwindSafe for NetSnapshot
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