pub struct NoPositionalArguments;Expand description
A ’PositionalArgumentsimplementation that always returnsNone`.
Trait Implementations§
Source§impl<'v, V> PositionalArguments<'v, V> for NoPositionalArgumentswhere
V: 'v + FormatArgument,
impl<'v, V> PositionalArguments<'v, V> for NoPositionalArgumentswhere
V: 'v + FormatArgument,
Auto Trait Implementations§
impl Freeze for NoPositionalArguments
impl RefUnwindSafe for NoPositionalArguments
impl Send for NoPositionalArguments
impl Sync for NoPositionalArguments
impl Unpin for NoPositionalArguments
impl UnsafeUnpin for NoPositionalArguments
impl UnwindSafe for NoPositionalArguments
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