pub struct REL {
pub _01: String,
pub _02: Option<String>,
}Expand description
REL - Relationship
Fields§
§_01: String§_02: Option<String>Trait Implementations§
source§impl<'de> Deserialize<'de> for REL
impl<'de> Deserialize<'de> for REL
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<'v_a> ValidateArgs<'v_a> for REL
impl<'v_a> ValidateArgs<'v_a> for REL
type Args = ()
fn validate_args(&self, args: Self::Args) -> Result<(), ValidationErrors>
impl Eq for REL
impl StructuralEq for REL
impl StructuralPartialEq for REL
Auto Trait Implementations§
impl RefUnwindSafe for REL
impl Send for REL
impl Sync for REL
impl Unpin for REL
impl UnwindSafe for REL
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