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