pub struct CommentBuilder(/* private fields */);Implementations§
Source§impl CommentBuilder
impl CommentBuilder
pub fn new() -> Self
pub fn new_from_body(body: Comment) -> Self
pub fn build(self) -> Comment
pub fn with_origination_id(self, originating_id: EntityId) -> Self
pub fn with_receiving_id(self, receiving_id: EntityId) -> Self
pub fn with_variable_datums( self, variable_datum_records: Vec<VariableDatum>, ) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CommentBuilder
impl RefUnwindSafe for CommentBuilder
impl Send for CommentBuilder
impl Sync for CommentBuilder
impl Unpin for CommentBuilder
impl UnwindSafe for CommentBuilder
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