Struct datatypes::JSONTextComponent
source · pub struct JSONTextComponent(/* private fields */);Expand description
A wrapper holding a string that should be valid json
Trait Implementations§
source§impl DataWriter for JSONTextComponent
impl DataWriter for JSONTextComponent
Auto Trait Implementations§
impl Freeze for JSONTextComponent
impl RefUnwindSafe for JSONTextComponent
impl Send for JSONTextComponent
impl Sync for JSONTextComponent
impl Unpin for JSONTextComponent
impl UnwindSafe for JSONTextComponent
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