pub struct EmptyTextProps<'a> {
pub content: &'a str,
}Fields§
§content: &'a strTrait Implementations§
Source§impl<'a> Default for EmptyTextProps<'a>
impl<'a> Default for EmptyTextProps<'a>
Source§fn default() -> EmptyTextProps<'a>
fn default() -> EmptyTextProps<'a>
Returns the “default value” for a type. Read more
impl<'a> Props for EmptyTextProps<'a>
Auto Trait Implementations§
impl<'a> Freeze for EmptyTextProps<'a>
impl<'a> RefUnwindSafe for EmptyTextProps<'a>
impl<'a> Send for EmptyTextProps<'a>
impl<'a> Sync for EmptyTextProps<'a>
impl<'a> Unpin for EmptyTextProps<'a>
impl<'a> UnsafeUnpin for EmptyTextProps<'a>
impl<'a> UnwindSafe for EmptyTextProps<'a>
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