Skip to main content

Builder

pub struct Builder<'a> { /* private fields */ }

Implementations§

Source§

impl<'a> Builder<'a>

Source

pub fn into_reader(self) -> Reader<'a>

Source

pub fn reborrow(&mut self) -> Builder<'_>

Source

pub fn reborrow_as_reader(&self) -> Reader<'_>

Source

pub fn total_size(&self) -> Result<MessageSize>

Source

pub fn set_betting(&mut self, value: Reader<'_>) -> Result<()>

Source

pub fn init_betting(self) -> Builder<'a>

Source

pub fn has_betting(&self) -> bool

Source

pub fn set_binary_option(&mut self, value: Reader<'_>) -> Result<()>

Source

pub fn init_binary_option(self) -> Builder<'a>

Source

pub fn has_binary_option(&self) -> bool

Source

pub fn set_cfd(&mut self, value: Reader<'_>) -> Result<()>

Source

pub fn init_cfd(self) -> Builder<'a>

Source

pub fn has_cfd(&self) -> bool

Source

pub fn set_commodity(&mut self, value: Reader<'_>) -> Result<()>

Source

pub fn init_commodity(self) -> Builder<'a>

Source

pub fn has_commodity(&self) -> bool

Source

pub fn set_crypto_future(&mut self, value: Reader<'_>) -> Result<()>

Source

pub fn init_crypto_future(self) -> Builder<'a>

Source

pub fn has_crypto_future(&self) -> bool

Source

pub fn set_crypto_futures_spread(&mut self, value: Reader<'_>) -> Result<()>

Source

pub fn init_crypto_futures_spread(self) -> Builder<'a>

Source

pub fn has_crypto_futures_spread(&self) -> bool

Source

pub fn set_crypto_option(&mut self, value: Reader<'_>) -> Result<()>

Source

pub fn init_crypto_option(self) -> Builder<'a>

Source

pub fn has_crypto_option(&self) -> bool

Source

pub fn set_crypto_option_spread(&mut self, value: Reader<'_>) -> Result<()>

Source

pub fn init_crypto_option_spread(self) -> Builder<'a>

Source

pub fn has_crypto_option_spread(&self) -> bool

Source

pub fn set_crypto_perpetual(&mut self, value: Reader<'_>) -> Result<()>

Source

pub fn init_crypto_perpetual(self) -> Builder<'a>

Source

pub fn has_crypto_perpetual(&self) -> bool

Source

pub fn set_currency_pair(&mut self, value: Reader<'_>) -> Result<()>

Source

pub fn init_currency_pair(self) -> Builder<'a>

Source

pub fn has_currency_pair(&self) -> bool

Source

pub fn set_equity(&mut self, value: Reader<'_>) -> Result<()>

Source

pub fn init_equity(self) -> Builder<'a>

Source

pub fn has_equity(&self) -> bool

Source

pub fn set_futures_contract(&mut self, value: Reader<'_>) -> Result<()>

Source

pub fn init_futures_contract(self) -> Builder<'a>

Source

pub fn has_futures_contract(&self) -> bool

Source

pub fn set_futures_spread(&mut self, value: Reader<'_>) -> Result<()>

Source

pub fn init_futures_spread(self) -> Builder<'a>

Source

pub fn has_futures_spread(&self) -> bool

Source

pub fn set_index_instrument(&mut self, value: Reader<'_>) -> Result<()>

Source

pub fn init_index_instrument(self) -> Builder<'a>

Source

pub fn has_index_instrument(&self) -> bool

Source

pub fn set_option_contract(&mut self, value: Reader<'_>) -> Result<()>

Source

pub fn init_option_contract(self) -> Builder<'a>

Source

pub fn has_option_contract(&self) -> bool

Source

pub fn set_option_spread(&mut self, value: Reader<'_>) -> Result<()>

Source

pub fn init_option_spread(self) -> Builder<'a>

Source

pub fn has_option_spread(&self) -> bool

Source

pub fn set_perpetual_contract(&mut self, value: Reader<'_>) -> Result<()>

Source

pub fn init_perpetual_contract(self) -> Builder<'a>

Source

pub fn has_perpetual_contract(&self) -> bool

Source

pub fn set_tokenized_asset(&mut self, value: Reader<'_>) -> Result<()>

Source

pub fn init_tokenized_asset(self) -> Builder<'a>

Source

pub fn has_tokenized_asset(&self) -> bool

Source

pub fn which(self) -> Result<WhichBuilder<'a>, NotInSchema>

Trait Implementations§

Source§

impl<'a> From<Builder<'a>> for Builder<'a>

Source§

fn from(builder: Builder<'a>) -> Self

Converts to this type from the input type.
Source§

impl<'a> From<StructBuilder<'a>> for Builder<'a>

Source§

fn from(builder: StructBuilder<'a>) -> Self

Converts to this type from the input type.
Source§

impl<'a> FromPointerBuilder<'a> for Builder<'a>

Source§

fn init_pointer(builder: PointerBuilder<'a>, _size: u32) -> Self

Source§

fn get_from_pointer( builder: PointerBuilder<'a>, default: Option<&'a [Word]>, ) -> Result<Self>

Source§

impl HasStructSize for Builder<'_>

Source§

const STRUCT_SIZE: StructSize

Source§

impl HasTypeId for Builder<'_>

Source§

const TYPE_ID: u64 = _private::TYPE_ID

Source§

impl<'a> ImbueMut<'a> for Builder<'a>

Source§

fn imbue_mut(&mut self, cap_table: &'a mut CapTable)

Auto Trait Implementations§

§

impl<'a> !RefUnwindSafe for Builder<'a>

§

impl<'a> !Send for Builder<'a>

§

impl<'a> !Sync for Builder<'a>

§

impl<'a> !UnwindSafe for Builder<'a>

§

impl<'a> Freeze for Builder<'a>

§

impl<'a> Unpin for Builder<'a>

§

impl<'a> UnsafeUnpin for Builder<'a>

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
where ST: ?Sized, DT: ?Sized,

§

impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
where ST: ?Sized, DT: ?Sized,

Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

§

impl<T> Read<Exclusive, BecauseExclusive> for T
where T: ?Sized,

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = !

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, !>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.