pub struct IoNet {
pub index: u32,
}
Fields§
§index: u32
Implementations§
Trait Implementations§
Source§impl Extend<IoNet> for IoValue
impl Extend<IoNet> for IoValue
Source§fn extend<T: IntoIterator<Item = IoNet>>(&mut self, iter: T)
fn extend<T: IntoIterator<Item = IoNet>>(&mut self, iter: T)
Extends a collection with the contents of an iterator. Read more
Source§fn extend_one(&mut self, item: A)
fn extend_one(&mut self, item: A)
🔬This is a nightly-only experimental API. (
extend_one
)Extends a collection with exactly one element.
Source§fn extend_reserve(&mut self, additional: usize)
fn extend_reserve(&mut self, additional: usize)
🔬This is a nightly-only experimental API. (
extend_one
)Reserves capacity in a collection for the given number of additional elements. Read more
Source§impl FromIterator<IoNet> for IoValue
impl FromIterator<IoNet> for IoValue
Source§impl Ord for IoNet
impl Ord for IoNet
Source§impl PartialOrd for IoNet
impl PartialOrd for IoNet
impl Copy for IoNet
impl Eq for IoNet
impl StructuralPartialEq for IoNet
Auto Trait Implementations§
impl Freeze for IoNet
impl RefUnwindSafe for IoNet
impl Send for IoNet
impl Sync for IoNet
impl Unpin for IoNet
impl UnwindSafe for IoNet
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.