pub struct PartBooleanBuilder<'vf, T: ValueFormatTrait> { /* private fields */ }
Expand description
Adds a format part to this format.
The number:boolean element marks the position of the Boolean value of a Boolean style.
Can be used with ValueTypes:
- Boolean
Implementations§
Source§impl<'vf, T: ValueFormatTrait> PartBooleanBuilder<'vf, T>
impl<'vf, T: ValueFormatTrait> PartBooleanBuilder<'vf, T>
Trait Implementations§
Auto Trait Implementations§
impl<'vf, T> Freeze for PartBooleanBuilder<'vf, T>
impl<'vf, T> RefUnwindSafe for PartBooleanBuilder<'vf, T>where
T: RefUnwindSafe,
impl<'vf, T> Send for PartBooleanBuilder<'vf, T>where
T: Send,
impl<'vf, T> Sync for PartBooleanBuilder<'vf, T>where
T: Sync,
impl<'vf, T> Unpin for PartBooleanBuilder<'vf, T>
impl<'vf, T> !UnwindSafe for PartBooleanBuilder<'vf, T>
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