Enum automerge::patches::TextRepresentation
source · pub enum TextRepresentation {
Array,
String,
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for TextRepresentation
impl Clone for TextRepresentation
source§fn clone(&self) -> TextRepresentation
fn clone(&self) -> TextRepresentation
Returns a copy 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 TextRepresentation
impl Debug for TextRepresentation
source§impl Default for TextRepresentation
impl Default for TextRepresentation
source§impl PartialEq<TextRepresentation> for TextRepresentation
impl PartialEq<TextRepresentation> for TextRepresentation
source§fn eq(&self, other: &TextRepresentation) -> bool
fn eq(&self, other: &TextRepresentation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TextRepresentation
impl StructuralPartialEq for TextRepresentation
Auto Trait Implementations§
impl RefUnwindSafe for TextRepresentation
impl Send for TextRepresentation
impl Sync for TextRepresentation
impl Unpin for TextRepresentation
impl UnwindSafe for TextRepresentation
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