pub enum ConfidentialAssetLabel {
LiquidBitcoin,
}Variants§
LiquidBitcoin
Implementations§
Source§impl ConfidentialAssetLabel
impl ConfidentialAssetLabel
pub fn from_asset_id(id: AssetId) -> Option<ConfidentialAssetLabel>
Trait Implementations§
Source§impl Clone for ConfidentialAssetLabel
impl Clone for ConfidentialAssetLabel
Source§fn clone(&self) -> ConfidentialAssetLabel
fn clone(&self) -> ConfidentialAssetLabel
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 ConfidentialAssetLabel
impl Debug for ConfidentialAssetLabel
Source§impl<'de> Deserialize<'de> for ConfidentialAssetLabel
impl<'de> Deserialize<'de> for ConfidentialAssetLabel
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 ConfidentialAssetLabel
impl PartialEq for ConfidentialAssetLabel
Source§impl Serialize for ConfidentialAssetLabel
impl Serialize for ConfidentialAssetLabel
impl Eq for ConfidentialAssetLabel
impl StructuralPartialEq for ConfidentialAssetLabel
Auto Trait Implementations§
impl Freeze for ConfidentialAssetLabel
impl RefUnwindSafe for ConfidentialAssetLabel
impl Send for ConfidentialAssetLabel
impl Sync for ConfidentialAssetLabel
impl Unpin for ConfidentialAssetLabel
impl UnwindSafe for ConfidentialAssetLabel
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