pub enum DocumentRelationshipField {
Frames,
Lists,
Resources,
}Variants§
Trait Implementations§
Source§impl Clone for DocumentRelationshipField
impl Clone for DocumentRelationshipField
Source§fn clone(&self) -> DocumentRelationshipField
fn clone(&self) -> DocumentRelationshipField
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 DocumentRelationshipField
impl Debug for DocumentRelationshipField
Source§impl<'de> Deserialize<'de> for DocumentRelationshipField
impl<'de> Deserialize<'de> for DocumentRelationshipField
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<DocumentRelationshipField, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<DocumentRelationshipField, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for DocumentRelationshipField
impl Display for DocumentRelationshipField
Source§impl Serialize for DocumentRelationshipField
impl Serialize for DocumentRelationshipField
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Eq for DocumentRelationshipField
impl StructuralPartialEq for DocumentRelationshipField
Auto Trait Implementations§
impl Freeze for DocumentRelationshipField
impl RefUnwindSafe for DocumentRelationshipField
impl Send for DocumentRelationshipField
impl Sync for DocumentRelationshipField
impl Unpin for DocumentRelationshipField
impl UnsafeUnpin for DocumentRelationshipField
impl UnwindSafe for DocumentRelationshipField
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