pub struct TextEmpty {}Expand description
Trait Implementations§
Source§impl Deserializable for TextEmpty
impl Deserializable for TextEmpty
Source§impl Identifiable for TextEmpty
impl Identifiable for TextEmpty
Source§const CONSTRUCTOR_ID: u32 = 3695018575
const CONSTRUCTOR_ID: u32 = 3695018575
The unique identifier for the type.
Source§impl Serializable for TextEmpty
impl Serializable for TextEmpty
impl StructuralPartialEq for TextEmpty
Auto Trait Implementations§
impl Freeze for TextEmpty
impl RefUnwindSafe for TextEmpty
impl Send for TextEmpty
impl Sync for TextEmpty
impl Unpin for TextEmpty
impl UnsafeUnpin for TextEmpty
impl UnwindSafe for TextEmpty
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