Struct value_bag::fill::Slot [−][src]
pub struct Slot<'s, 'f> { /* fields omitted */ }
A value slot to fill using the Fill
trait.
Implementations
impl<'s, 'f> Slot<'s, 'f>
[src]
impl<'s, 'f> Slot<'s, 'f>
[src]impl<'s, 'f> Slot<'s, 'f>
[src]
impl<'s, 'f> Slot<'s, 'f>
[src]pub fn fill_debug<T>(&mut self, value: T) -> Result<(), Error> where
T: Debug,
[src]
T: Debug,
Fill the slot with a debuggable value.
The given value doesn’t need to satisfy any particular lifetime constraints.
Panics
Calling more than a single fill
method on this slot will panic.
pub fn fill_display<T>(&mut self, value: T) -> Result<(), Error> where
T: Display,
[src]
T: Display,
Fill the slot with a displayable value.
The given value doesn’t need to satisfy any particular lifetime constraints.
Panics
Calling more than a single fill
method on this slot will panic.
Trait Implementations
Auto Trait Implementations
impl<'s, 'f> !Send for Slot<'s, 'f>
impl<'s, 'f> !Sync for Slot<'s, 'f>
impl<'s, 'f> Unpin for Slot<'s, 'f> where
'f: 's,
'f: 's,