pub struct TextAtPositionDto {
pub text: String,
pub block_id: i64,
pub element_id: i64,
}Fields§
§text: String§block_id: i64§element_id: i64Trait Implementations§
Source§impl Clone for TextAtPositionDto
impl Clone for TextAtPositionDto
Source§fn clone(&self) -> TextAtPositionDto
fn clone(&self) -> TextAtPositionDto
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 moreSource§impl Debug for TextAtPositionDto
impl Debug for TextAtPositionDto
Source§impl Default for TextAtPositionDto
impl Default for TextAtPositionDto
Source§fn default() -> TextAtPositionDto
fn default() -> TextAtPositionDto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TextAtPositionDto
impl<'de> Deserialize<'de> for TextAtPositionDto
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
Source§impl PartialEq for TextAtPositionDto
impl PartialEq for TextAtPositionDto
Source§impl Serialize for TextAtPositionDto
impl Serialize for TextAtPositionDto
impl StructuralPartialEq for TextAtPositionDto
Auto Trait Implementations§
impl Freeze for TextAtPositionDto
impl RefUnwindSafe for TextAtPositionDto
impl Send for TextAtPositionDto
impl Sync for TextAtPositionDto
impl Unpin for TextAtPositionDto
impl UnsafeUnpin for TextAtPositionDto
impl UnwindSafe for TextAtPositionDto
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