pub struct Builder<I>where
I: Inner,{ /* private fields */ }
Expand description
A VCF header record map value builder.
Implementations
sourceimpl<I> Builder<I>where
I: Described,
I::Builder: Described<I>,
impl<I> Builder<I>where
I: Described,
I::Builder: Described<I>,
sourcepub fn set_description<D>(self, description: D) -> Selfwhere
D: Into<String>,
pub fn set_description<D>(self, description: D) -> Selfwhere
D: Into<String>,
Sets the description.
Trait Implementations
Auto Trait Implementations
impl<I> RefUnwindSafe for Builder<I>where
<I as Inner>::Builder: RefUnwindSafe,
<I as Inner>::Id: RefUnwindSafe,
<I as Inner>::StandardTag: RefUnwindSafe,
impl<I> Send for Builder<I>where
<I as Inner>::Builder: Send,
<I as Inner>::Id: Send,
<I as Inner>::StandardTag: Send,
impl<I> Sync for Builder<I>where
<I as Inner>::Builder: Sync,
<I as Inner>::Id: Sync,
<I as Inner>::StandardTag: Sync,
impl<I> Unpin for Builder<I>where
<I as Inner>::Builder: Unpin,
<I as Inner>::Id: Unpin,
<I as Inner>::StandardTag: Unpin,
impl<I> UnwindSafe for Builder<I>where
<I as Inner>::Builder: UnwindSafe,
<I as Inner>::Id: UnwindSafe,
<I as Inner>::StandardTag: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more