pub struct UdtCellDep {
pub out_point: OutPoint,
pub dep_type: DepType,
}Expand description
UDT cell dependency configuration.
Fields§
§out_point: OutPointThe outpoint of the cell dependency
dep_type: DepTypeThe dependency type
Trait Implementations§
Source§impl Clone for UdtCellDep
impl Clone for UdtCellDep
Source§fn clone(&self) -> UdtCellDep
fn clone(&self) -> UdtCellDep
Returns a duplicate 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 UdtCellDep
impl Debug for UdtCellDep
Source§impl<'de> Deserialize<'de> for UdtCellDep
impl<'de> Deserialize<'de> for UdtCellDep
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 From<&UdtCellDep> for CellDep
impl From<&UdtCellDep> for CellDep
Source§fn from(udt_cell_dep: &UdtCellDep) -> Self
fn from(udt_cell_dep: &UdtCellDep) -> Self
Converts to this type from the input type.
Source§impl From<UdtCellDep> for CellDep
impl From<UdtCellDep> for CellDep
Source§fn from(udt_cell_dep: UdtCellDep) -> Self
fn from(udt_cell_dep: UdtCellDep) -> Self
Converts to this type from the input type.
Source§impl From<UdtCellDep> for UdtCellDep
impl From<UdtCellDep> for UdtCellDep
Source§fn from(udt_cell_dep: UdtCellDep) -> Self
fn from(udt_cell_dep: UdtCellDep) -> Self
Converts to this type from the input type.
Source§impl Hash for UdtCellDep
impl Hash for UdtCellDep
Source§impl PartialEq for UdtCellDep
impl PartialEq for UdtCellDep
Source§impl Serialize for UdtCellDep
impl Serialize for UdtCellDep
Source§impl TryFrom<CellDep> for UdtCellDep
impl TryFrom<CellDep> for UdtCellDep
Source§impl TryFrom<UdtCellDep> for UdtCellDep
impl TryFrom<UdtCellDep> for UdtCellDep
impl Eq for UdtCellDep
impl StructuralPartialEq for UdtCellDep
Auto Trait Implementations§
impl Freeze for UdtCellDep
impl RefUnwindSafe for UdtCellDep
impl Send for UdtCellDep
impl Sync for UdtCellDep
impl Unpin for UdtCellDep
impl UnsafeUnpin for UdtCellDep
impl UnwindSafe for UdtCellDep
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