pub struct OnenotePatchContentCommand {
pub action: OnenotePatchActionType,
pub target: String,
pub content: String,
pub position: OnenotePatchInsertPosition,
}
Fields§
§action: OnenotePatchActionType
§target: String
§content: String
§position: OnenotePatchInsertPosition
Trait Implementations§
Source§impl Clone for OnenotePatchContentCommand
impl Clone for OnenotePatchContentCommand
Source§fn clone(&self) -> OnenotePatchContentCommand
fn clone(&self) -> OnenotePatchContentCommand
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 OnenotePatchContentCommand
impl Debug for OnenotePatchContentCommand
Source§impl<'de> Deserialize<'de> for OnenotePatchContentCommand
impl<'de> Deserialize<'de> for OnenotePatchContentCommand
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 OnenotePatchContentCommand
impl StructuralPartialEq for OnenotePatchContentCommand
Auto Trait Implementations§
impl Freeze for OnenotePatchContentCommand
impl RefUnwindSafe for OnenotePatchContentCommand
impl Send for OnenotePatchContentCommand
impl Sync for OnenotePatchContentCommand
impl Unpin for OnenotePatchContentCommand
impl UnwindSafe for OnenotePatchContentCommand
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