pub struct TextSlots;
Trait Implementations§
Source§impl<'de> Deserialize<'de> for TextSlots
impl<'de> Deserialize<'de> for TextSlots
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 TextSlots
impl StructuralPartialEq for TextSlots
Auto Trait Implementations§
impl Freeze for TextSlots
impl RefUnwindSafe for TextSlots
impl Send for TextSlots
impl Sync for TextSlots
impl Unpin for TextSlots
impl UnwindSafe for TextSlots
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