#[repr(C)]pub struct Content {
pub inner: AzString,
}Fields§
§inner: AzStringTrait Implementations§
Source§impl FormatAsRustCode for Content
impl FormatAsRustCode for Content
fn format_as_rust_code(&self, _tabs: usize) -> String
Source§impl From<Content> for CssProperty
impl From<Content> for CssProperty
Source§impl Ord for Content
impl Ord for Content
Source§impl PartialOrd for Content
impl PartialOrd for Content
Source§impl PrintAsCssValue for Content
impl PrintAsCssValue for Content
fn print_as_css_value(&self) -> String
impl Eq for Content
impl StructuralPartialEq for Content
Auto Trait Implementations§
impl Freeze for Content
impl RefUnwindSafe for Content
impl Send for Content
impl Sync for Content
impl Unpin for Content
impl UnwindSafe for Content
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