pub enum AssignTypeDatatypeProps {
Replacechildren,
Firstchild,
Lastchild,
Previoussibling,
Nextsibling,
Replace,
Delete,
Addattribute,
}Expand description
The assign type that allows for precise manipulation of the datamodel location. Types are: replacechildren (default), firstchild, lastchild, previoussibling, nextsibling, replace, delete, addattribute
Variants§
Trait Implementations§
Source§impl Clone for AssignTypeDatatypeProps
impl Clone for AssignTypeDatatypeProps
Source§fn clone(&self) -> AssignTypeDatatypeProps
fn clone(&self) -> AssignTypeDatatypeProps
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 AssignTypeDatatypeProps
impl Debug for AssignTypeDatatypeProps
Source§impl Default for AssignTypeDatatypeProps
Retrieves the Default AssignTypeDatatypeProps Value
impl Default for AssignTypeDatatypeProps
Retrieves the Default AssignTypeDatatypeProps Value
Source§impl<'de> Deserialize<'de> for AssignTypeDatatypeProps
impl<'de> Deserialize<'de> for AssignTypeDatatypeProps
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 AssignTypeDatatypeProps
impl PartialEq for AssignTypeDatatypeProps
Source§impl Serialize for AssignTypeDatatypeProps
impl Serialize for AssignTypeDatatypeProps
impl Eq for AssignTypeDatatypeProps
impl StructuralPartialEq for AssignTypeDatatypeProps
Auto Trait Implementations§
impl Freeze for AssignTypeDatatypeProps
impl RefUnwindSafe for AssignTypeDatatypeProps
impl Send for AssignTypeDatatypeProps
impl Sync for AssignTypeDatatypeProps
impl Unpin for AssignTypeDatatypeProps
impl UnwindSafe for AssignTypeDatatypeProps
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