pub struct OutgoingNewsBuilder { /* private fields */ }
Expand description
Builder for OutgoingNews
.
Implementations§
Source§impl OutgoingNewsBuilder
impl OutgoingNewsBuilder
Sourcepub fn build(&self) -> Result<OutgoingNews, OutgoingNewsBuilderError>
pub fn build(&self) -> Result<OutgoingNews, OutgoingNewsBuilderError>
Trait Implementations§
Source§impl Clone for OutgoingNewsBuilder
impl Clone for OutgoingNewsBuilder
Source§fn clone(&self) -> OutgoingNewsBuilder
fn clone(&self) -> OutgoingNewsBuilder
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for OutgoingNewsBuilder
impl RefUnwindSafe for OutgoingNewsBuilder
impl Send for OutgoingNewsBuilder
impl Sync for OutgoingNewsBuilder
impl Unpin for OutgoingNewsBuilder
impl UnwindSafe for OutgoingNewsBuilder
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