pub struct VtxoChains {
pub inner: Vec<VtxoChain>,
}Fields§
§inner: Vec<VtxoChain>Auto Trait Implementations§
impl Freeze for VtxoChains
impl RefUnwindSafe for VtxoChains
impl Send for VtxoChains
impl Sync for VtxoChains
impl Unpin for VtxoChains
impl UnsafeUnpin for VtxoChains
impl UnwindSafe for VtxoChains
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