pub struct CommentRBuilder(/* private fields */);Implementations§
Source§impl CommentRBuilder
impl CommentRBuilder
pub fn new() -> Self
pub fn new_from_body(body: CommentR) -> Self
pub fn build(self) -> CommentR
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 CommentRBuilder
impl RefUnwindSafe for CommentRBuilder
impl Send for CommentRBuilder
impl Sync for CommentRBuilder
impl Unpin for CommentRBuilder
impl UnwindSafe for CommentRBuilder
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