pub struct ContextAnchor {
pub before: String,
pub after: String,
}Fields§
§before: String§after: StringTrait Implementations§
Source§impl Clone for ContextAnchor
impl Clone for ContextAnchor
Source§fn clone(&self) -> ContextAnchor
fn clone(&self) -> ContextAnchor
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 ContextAnchor
impl Debug for ContextAnchor
Source§impl<'de> Deserialize<'de> for ContextAnchor
impl<'de> Deserialize<'de> for ContextAnchor
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 ContextAnchor
impl PartialEq for ContextAnchor
Source§fn eq(&self, other: &ContextAnchor) -> bool
fn eq(&self, other: &ContextAnchor) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ContextAnchor
impl Serialize for ContextAnchor
impl Eq for ContextAnchor
impl StructuralPartialEq for ContextAnchor
Auto Trait Implementations§
impl Freeze for ContextAnchor
impl RefUnwindSafe for ContextAnchor
impl Send for ContextAnchor
impl Sync for ContextAnchor
impl Unpin for ContextAnchor
impl UnsafeUnpin for ContextAnchor
impl UnwindSafe for ContextAnchor
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