pub enum DocSourceDoc {}
Expand description
DocSourceDoc
JSON schema
{
"allOf": [
{
"description": "Reference to a Coda doc from which this doc was
copied, if any.",
"type": "object",
"additionalProperties": false
},
{
"$ref": "#/components/schemas/DocReference"
}
]
}
Trait Implementations§
Source§impl Clone for DocSourceDoc
impl Clone for DocSourceDoc
Source§fn clone(&self) -> DocSourceDoc
fn clone(&self) -> DocSourceDoc
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 DocSourceDoc
impl Debug for DocSourceDoc
Source§impl<'de> Deserialize<'de> for DocSourceDoc
impl<'de> Deserialize<'de> for DocSourceDoc
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 From<&DocSourceDoc> for DocSourceDoc
impl From<&DocSourceDoc> for DocSourceDoc
Source§fn from(value: &DocSourceDoc) -> Self
fn from(value: &DocSourceDoc) -> Self
Converts to this type from the input type.
Source§impl Hash for DocSourceDoc
impl Hash for DocSourceDoc
Source§impl Ord for DocSourceDoc
impl Ord for DocSourceDoc
Source§fn cmp(&self, other: &DocSourceDoc) -> Ordering
fn cmp(&self, other: &DocSourceDoc) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DocSourceDoc
impl PartialEq for DocSourceDoc
Source§impl PartialOrd for DocSourceDoc
impl PartialOrd for DocSourceDoc
Source§impl Serialize for DocSourceDoc
impl Serialize for DocSourceDoc
impl Copy for DocSourceDoc
impl Eq for DocSourceDoc
impl StructuralPartialEq for DocSourceDoc
Auto Trait Implementations§
impl Freeze for DocSourceDoc
impl RefUnwindSafe for DocSourceDoc
impl Send for DocSourceDoc
impl Sync for DocSourceDoc
impl Unpin for DocSourceDoc
impl UnwindSafe for DocSourceDoc
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