Struct ActionEntityTextFormat
#[repr(transparent)]pub struct ActionEntityTextFormat(pub i32);Tuple Fields§
§0: i32Implementations§
Trait Implementations§
§impl Clone for ActionEntityTextFormat
impl Clone for ActionEntityTextFormat
§fn clone(&self) -> ActionEntityTextFormat
fn clone(&self) -> ActionEntityTextFormat
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for ActionEntityTextFormat
impl Debug for ActionEntityTextFormat
§impl Default for ActionEntityTextFormat
impl Default for ActionEntityTextFormat
§fn default() -> ActionEntityTextFormat
fn default() -> ActionEntityTextFormat
Returns the “default value” for a type. Read more
§impl PartialEq for ActionEntityTextFormat
impl PartialEq for ActionEntityTextFormat
impl Copy for ActionEntityTextFormat
impl Eq for ActionEntityTextFormat
impl StructuralPartialEq for ActionEntityTextFormat
Auto Trait Implementations§
impl Freeze for ActionEntityTextFormat
impl RefUnwindSafe for ActionEntityTextFormat
impl Send for ActionEntityTextFormat
impl Sync for ActionEntityTextFormat
impl Unpin for ActionEntityTextFormat
impl UnwindSafe for ActionEntityTextFormat
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