pub struct Shards {
pub shards: Vec<Shard>,
}Expand description
Information about shards on a node.
Fields§
§shards: Vec<Shard>Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Shards
impl<'de> Deserialize<'de> for Shards
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
impl Eq for Shards
impl StructuralPartialEq for Shards
Auto Trait Implementations§
impl Freeze for Shards
impl RefUnwindSafe for Shards
impl Send for Shards
impl Sync for Shards
impl Unpin for Shards
impl UnsafeUnpin for Shards
impl UnwindSafe for Shards
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