pub struct Builder<I>where
I: Inner,{ /* private fields */ }
Expand description
A VCF header record map value builder.
Implementations§
source§impl<I> Builder<I>
impl<I> Builder<I>
sourcepub fn set_description<D>(self, description: D) -> Self
pub fn set_description<D>(self, description: D) -> Self
Sets the description.
Trait Implementations§
Auto Trait Implementations§
impl<I> Freeze for Builder<I>
impl<I> RefUnwindSafe for Builder<I>
impl<I> Send for Builder<I>
impl<I> Sync for Builder<I>
impl<I> Unpin for Builder<I>
impl<I> UnwindSafe for Builder<I>
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