pub struct DisplaySvg<'a, T: 'a + WriteBuffer> { /* private fields */ }Expand description
A wrapper to use fmt::Display with WriteOptions.
Should be used via WriteBuffer::with_write_opt.
§Example
Trait Implementations§
Source§impl<'a, T: WriteBuffer> Debug for DisplaySvg<'a, T>
impl<'a, T: WriteBuffer> Debug for DisplaySvg<'a, T>
Auto Trait Implementations§
impl<'a, T> Freeze for DisplaySvg<'a, T>
impl<'a, T> RefUnwindSafe for DisplaySvg<'a, T>where
T: RefUnwindSafe,
impl<'a, T> Send for DisplaySvg<'a, T>where
T: Sync,
impl<'a, T> Sync for DisplaySvg<'a, T>where
T: Sync,
impl<'a, T> Unpin for DisplaySvg<'a, T>
impl<'a, T> UnwindSafe for DisplaySvg<'a, T>where
T: RefUnwindSafe,
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