pub struct GithubComSatstreamSsUtilsOrdinalsTermsRange { /* private fields */ }
Implementations§
Source§impl GithubComSatstreamSsUtilsOrdinalsTermsRange
impl GithubComSatstreamSsUtilsOrdinalsTermsRange
pub fn new() -> GithubComSatstreamSsUtilsOrdinalsTermsRange
pub fn set_end(&mut self, end: BigInt)
pub fn with_end( self, end: BigInt, ) -> GithubComSatstreamSsUtilsOrdinalsTermsRange
pub fn end(&self) -> Option<&BigInt>
pub fn reset_end(&mut self)
pub fn set_start(&mut self, start: BigInt)
pub fn with_start( self, start: BigInt, ) -> GithubComSatstreamSsUtilsOrdinalsTermsRange
pub fn start(&self) -> Option<&BigInt>
pub fn reset_start(&mut self)
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GithubComSatstreamSsUtilsOrdinalsTermsRange
impl<'de> Deserialize<'de> for GithubComSatstreamSsUtilsOrdinalsTermsRange
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 GithubComSatstreamSsUtilsOrdinalsTermsRange
impl RefUnwindSafe for GithubComSatstreamSsUtilsOrdinalsTermsRange
impl Send for GithubComSatstreamSsUtilsOrdinalsTermsRange
impl Sync for GithubComSatstreamSsUtilsOrdinalsTermsRange
impl Unpin for GithubComSatstreamSsUtilsOrdinalsTermsRange
impl UnwindSafe for GithubComSatstreamSsUtilsOrdinalsTermsRange
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