pub struct BlockLookupList {
pub committed: Vec<String>,
pub uncommitted: Vec<String>,
pub latest: Vec<String>,
}
Fields§
§committed: Vec<String>
§uncommitted: Vec<String>
§latest: Vec<String>
Implementations§
Trait Implementations§
source§impl Clone for BlockLookupList
impl Clone for BlockLookupList
source§fn clone(&self) -> BlockLookupList
fn clone(&self) -> BlockLookupList
Returns a copy 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 BlockLookupList
impl Debug for BlockLookupList
source§impl Default for BlockLookupList
impl Default for BlockLookupList
source§fn default() -> BlockLookupList
fn default() -> BlockLookupList
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for BlockLookupList
impl<'de> Deserialize<'de> for BlockLookupList
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
source§impl PartialEq for BlockLookupList
impl PartialEq for BlockLookupList
source§impl Serialize for BlockLookupList
impl Serialize for BlockLookupList
impl StructuralPartialEq for BlockLookupList
Auto Trait Implementations§
impl Freeze for BlockLookupList
impl RefUnwindSafe for BlockLookupList
impl Send for BlockLookupList
impl Sync for BlockLookupList
impl Unpin for BlockLookupList
impl UnwindSafe for BlockLookupList
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,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)