pub struct BlockRefList(pub Vec<BlockRef>);Expand description
Block refs decoded from vanilla’s single-or-list codec shape at build time.
Tuple Fields§
§0: Vec<BlockRef>Trait Implementations§
Source§impl Clone for BlockRefList
impl Clone for BlockRefList
Source§fn clone(&self) -> BlockRefList
fn clone(&self) -> BlockRefList
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for BlockRefList
impl !UnwindSafe for BlockRefList
impl Freeze for BlockRefList
impl Send for BlockRefList
impl Sync for BlockRefList
impl Unpin for BlockRefList
impl UnsafeUnpin for BlockRefList
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