pub struct CreateAutomaticTokensForwardingRitsbot {
pub property_id: i32,
}Expand description
CreateAutomaticTokensForwardingRitsbot : Bitcoin Omni Token
Fields§
§property_id: i32Defines the propertyId of the Omni Layer token.
Implementations§
Source§impl CreateAutomaticTokensForwardingRitsbot
impl CreateAutomaticTokensForwardingRitsbot
Sourcepub fn new(property_id: i32) -> CreateAutomaticTokensForwardingRitsbot
pub fn new(property_id: i32) -> CreateAutomaticTokensForwardingRitsbot
Bitcoin Omni Token
Trait Implementations§
Source§impl Clone for CreateAutomaticTokensForwardingRitsbot
impl Clone for CreateAutomaticTokensForwardingRitsbot
Source§fn clone(&self) -> CreateAutomaticTokensForwardingRitsbot
fn clone(&self) -> CreateAutomaticTokensForwardingRitsbot
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<'de> Deserialize<'de> for CreateAutomaticTokensForwardingRitsbot
impl<'de> Deserialize<'de> for CreateAutomaticTokensForwardingRitsbot
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 CreateAutomaticTokensForwardingRitsbot
impl PartialEq for CreateAutomaticTokensForwardingRitsbot
Source§fn eq(&self, other: &CreateAutomaticTokensForwardingRitsbot) -> bool
fn eq(&self, other: &CreateAutomaticTokensForwardingRitsbot) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CreateAutomaticTokensForwardingRitsbot
Auto Trait Implementations§
impl Freeze for CreateAutomaticTokensForwardingRitsbot
impl RefUnwindSafe for CreateAutomaticTokensForwardingRitsbot
impl Send for CreateAutomaticTokensForwardingRitsbot
impl Sync for CreateAutomaticTokensForwardingRitsbot
impl Unpin for CreateAutomaticTokensForwardingRitsbot
impl UnwindSafe for CreateAutomaticTokensForwardingRitsbot
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