pub struct RenderSentinels {
pub pending: &'static str,
pub missing: &'static str,
pub unavailable: &'static str,
}Expand description
Sentinels inserted for absent portions of a partial message.
Fields§
§pending: &'static str§missing: &'static strTrait Implementations§
Source§impl Clone for RenderSentinels
impl Clone for RenderSentinels
Source§fn clone(&self) -> RenderSentinels
fn clone(&self) -> RenderSentinels
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RenderSentinels
impl Debug for RenderSentinels
Source§impl Default for RenderSentinels
impl Default for RenderSentinels
impl Copy for RenderSentinels
Auto Trait Implementations§
impl Freeze for RenderSentinels
impl RefUnwindSafe for RenderSentinels
impl Send for RenderSentinels
impl Sync for RenderSentinels
impl Unpin for RenderSentinels
impl UnwindSafe for RenderSentinels
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)