pub struct TextFxCssFragment {
pub id: String,
pub css: String,
pub bytes: usize,
}Fields§
§id: String§css: String§bytes: usizeTrait Implementations§
Source§impl Clone for TextFxCssFragment
impl Clone for TextFxCssFragment
Source§fn clone(&self) -> TextFxCssFragment
fn clone(&self) -> TextFxCssFragment
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TextFxCssFragment
impl Debug for TextFxCssFragment
Source§impl<'de> Deserialize<'de> for TextFxCssFragment
impl<'de> Deserialize<'de> for TextFxCssFragment
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for TextFxCssFragment
Source§impl PartialEq for TextFxCssFragment
impl PartialEq for TextFxCssFragment
Source§fn eq(&self, other: &TextFxCssFragment) -> bool
fn eq(&self, other: &TextFxCssFragment) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TextFxCssFragment
impl Serialize for TextFxCssFragment
impl StructuralPartialEq for TextFxCssFragment
Auto Trait Implementations§
impl Freeze for TextFxCssFragment
impl RefUnwindSafe for TextFxCssFragment
impl Send for TextFxCssFragment
impl Sync for TextFxCssFragment
impl Unpin for TextFxCssFragment
impl UnsafeUnpin for TextFxCssFragment
impl UnwindSafe for TextFxCssFragment
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