pub struct GithubComSatstreamSsUtilsOrdinalsTerms { /* private fields */ }
Implementations§
Source§impl GithubComSatstreamSsUtilsOrdinalsTerms
impl GithubComSatstreamSsUtilsOrdinalsTerms
pub fn new() -> GithubComSatstreamSsUtilsOrdinalsTerms
pub fn set_amount(&mut self, amount: BigInt)
pub fn with_amount( self, amount: BigInt, ) -> GithubComSatstreamSsUtilsOrdinalsTerms
pub fn amount(&self) -> Option<&BigInt>
pub fn reset_amount(&mut self)
pub fn set_cap(&mut self, cap: BigInt)
pub fn with_cap(self, cap: BigInt) -> GithubComSatstreamSsUtilsOrdinalsTerms
pub fn cap(&self) -> Option<&BigInt>
pub fn reset_cap(&mut self)
pub fn set_height( &mut self, height: GithubComSatstreamSsUtilsOrdinalsTermsRange, )
pub fn with_height( self, height: GithubComSatstreamSsUtilsOrdinalsTermsRange, ) -> GithubComSatstreamSsUtilsOrdinalsTerms
pub fn height(&self) -> Option<&GithubComSatstreamSsUtilsOrdinalsTermsRange>
pub fn reset_height(&mut self)
pub fn set_offset( &mut self, offset: GithubComSatstreamSsUtilsOrdinalsTermsRange, )
pub fn with_offset( self, offset: GithubComSatstreamSsUtilsOrdinalsTermsRange, ) -> GithubComSatstreamSsUtilsOrdinalsTerms
pub fn offset(&self) -> Option<&GithubComSatstreamSsUtilsOrdinalsTermsRange>
pub fn reset_offset(&mut self)
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GithubComSatstreamSsUtilsOrdinalsTerms
impl<'de> Deserialize<'de> for GithubComSatstreamSsUtilsOrdinalsTerms
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
Auto Trait Implementations§
impl Freeze for GithubComSatstreamSsUtilsOrdinalsTerms
impl RefUnwindSafe for GithubComSatstreamSsUtilsOrdinalsTerms
impl Send for GithubComSatstreamSsUtilsOrdinalsTerms
impl Sync for GithubComSatstreamSsUtilsOrdinalsTerms
impl Unpin for GithubComSatstreamSsUtilsOrdinalsTerms
impl UnwindSafe for GithubComSatstreamSsUtilsOrdinalsTerms
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