pub struct Writable<'a, S: ?Sized>(pub &'a S);Expand description
Used internally by askama to select the appropriate write!() mechanism
Tuple Fields§
§0: &'a STrait Implementations§
Auto Trait Implementations§
impl<'a, S> Freeze for Writable<'a, S>where
S: ?Sized,
impl<'a, S> RefUnwindSafe for Writable<'a, S>where
S: RefUnwindSafe + ?Sized,
impl<'a, S> Send for Writable<'a, S>
impl<'a, S> Sync for Writable<'a, S>
impl<'a, S> Unpin for Writable<'a, S>where
S: ?Sized,
impl<'a, S> UnwindSafe for Writable<'a, S>where
S: RefUnwindSafe + ?Sized,
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