pub struct Parameters { /* private fields */ }
Implementations§
Source§impl Parameters
impl Parameters
pub fn new() -> Self
pub fn format(&self) -> String
pub fn count(&mut self, amount: i32)
pub fn cursor(&mut self, cursor: &str)
pub fn policy(&mut self, policy: &str)
pub fn epoch_no(&mut self, epoch_no: i64)
pub fn from(&mut self, from: i64)
pub fn to(&mut self, to: i64)
pub fn set_asc_order(&mut self)
pub fn set_desc_order(&mut self)
pub fn with_cbor(&mut self)
pub fn resolve_datums(&mut self)
pub fn from_height(&mut self, height: i64)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Parameters
impl RefUnwindSafe for Parameters
impl Send for Parameters
impl Sync for Parameters
impl Unpin for Parameters
impl UnwindSafe for Parameters
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