pub struct GetPostThreadBuilder<'a, S: State> { /* private fields */ }Expand description
Builder for constructing an instance of this type
Implementations§
Source§impl<'a> GetPostThreadBuilder<'a, Empty>
impl<'a> GetPostThreadBuilder<'a, Empty>
Source§impl<'a, S: State> GetPostThreadBuilder<'a, S>
impl<'a, S: State> GetPostThreadBuilder<'a, S>
Source§impl<'a, S: State> GetPostThreadBuilder<'a, S>
impl<'a, S: State> GetPostThreadBuilder<'a, S>
Sourcepub fn parent_height(self, value: impl Into<Option<i64>>) -> Self
pub fn parent_height(self, value: impl Into<Option<i64>>) -> Self
Set the parentHeight field (optional)
Sourcepub fn maybe_parent_height(self, value: Option<i64>) -> Self
pub fn maybe_parent_height(self, value: Option<i64>) -> Self
Set the parentHeight field to an Option value (optional)
Source§impl<'a, S> GetPostThreadBuilder<'a, S>
impl<'a, S> GetPostThreadBuilder<'a, S>
Source§impl<'a, S> GetPostThreadBuilder<'a, S>
impl<'a, S> GetPostThreadBuilder<'a, S>
Sourcepub fn build(self) -> GetPostThread<'a>
pub fn build(self) -> GetPostThread<'a>
Build the final struct
Auto Trait Implementations§
impl<'a, S> Freeze for GetPostThreadBuilder<'a, S>
impl<'a, S> RefUnwindSafe for GetPostThreadBuilder<'a, S>
impl<'a, S> Send for GetPostThreadBuilder<'a, S>
impl<'a, S> Sync for GetPostThreadBuilder<'a, S>
impl<'a, S> Unpin for GetPostThreadBuilder<'a, S>
impl<'a, S> UnwindSafe for GetPostThreadBuilder<'a, S>
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