pub struct BlockViewBuilder<St: State, S: BosStr = DefaultStr> { /* private fields */ }Expand description
Builder for constructing an instance of this type.
Implementations§
Source§impl<S: BosStr> BlockViewBuilder<Empty, S>
impl<S: BosStr> BlockViewBuilder<Empty, S>
Source§impl<St, S: BosStr> BlockViewBuilder<St, S>
impl<St, S: BosStr> BlockViewBuilder<St, S>
Sourcepub fn blocker(
self,
value: impl Into<ProfileViewBasic<S>>,
) -> BlockViewBuilder<SetBlocker<St>, S>
pub fn blocker( self, value: impl Into<ProfileViewBasic<S>>, ) -> BlockViewBuilder<SetBlocker<St>, S>
Set the blocker field (required)
Source§impl<St, S: BosStr> BlockViewBuilder<St, S>
impl<St, S: BosStr> BlockViewBuilder<St, S>
Source§impl<St, S: BosStr> BlockViewBuilder<St, S>
impl<St, S: BosStr> BlockViewBuilder<St, S>
Sourcepub fn indexed_at(
self,
value: impl Into<Datetime>,
) -> BlockViewBuilder<SetIndexedAt<St>, S>
pub fn indexed_at( self, value: impl Into<Datetime>, ) -> BlockViewBuilder<SetIndexedAt<St>, S>
Set the indexedAt field (required)
Source§impl<St, S: BosStr> BlockViewBuilder<St, S>
impl<St, S: BosStr> BlockViewBuilder<St, S>
Source§impl<St, S: BosStr> BlockViewBuilder<St, S>
impl<St, S: BosStr> BlockViewBuilder<St, S>
Source§impl<St, S: BosStr> BlockViewBuilder<St, S>
impl<St, S: BosStr> BlockViewBuilder<St, S>
Auto Trait Implementations§
impl<St, S = SmolStr> !Freeze for BlockViewBuilder<St, S>
impl<St, S> RefUnwindSafe for BlockViewBuilder<St, S>where
S: RefUnwindSafe,
impl<St, S> Send for BlockViewBuilder<St, S>where
S: Send,
impl<St, S> Sync for BlockViewBuilder<St, S>where
S: Sync,
impl<St, S> Unpin for BlockViewBuilder<St, S>where
S: Unpin,
impl<St, S> UnsafeUnpin for BlockViewBuilder<St, S>where
S: UnsafeUnpin,
impl<St, S> UnwindSafe for BlockViewBuilder<St, S>where
S: UnwindSafe + RefUnwindSafe,
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