pub struct PathStringDataArgs {
pub path: MontyPath,
pub data: String,
}Expand description
path + str data shape used by WriteText and AppendText.
Fields§
§path: MontyPath§data: StringTrait Implementations§
Source§impl Clone for PathStringDataArgs
impl Clone for PathStringDataArgs
Source§fn clone(&self) -> PathStringDataArgs
fn clone(&self) -> PathStringDataArgs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PathStringDataArgs
impl Debug for PathStringDataArgs
Source§impl<'de> Deserialize<'de> for PathStringDataArgs
impl<'de> Deserialize<'de> for PathStringDataArgs
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 Serialize for PathStringDataArgs
impl Serialize for PathStringDataArgs
Source§impl ToArgs for PathStringDataArgs
impl ToArgs for PathStringDataArgs
fn to_args(self) -> (Vec<MontyObject>, Vec<(MontyObject, MontyObject)>)
Auto Trait Implementations§
impl Freeze for PathStringDataArgs
impl RefUnwindSafe for PathStringDataArgs
impl Send for PathStringDataArgs
impl Sync for PathStringDataArgs
impl Unpin for PathStringDataArgs
impl UnsafeUnpin for PathStringDataArgs
impl UnwindSafe for PathStringDataArgs
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