pub struct Reference { /* private fields */ }Expand description
Reference variant of the navigation property (only @odata.id
property is specified).
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Reference
impl<'de> Deserialize<'de> for Reference
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§fn from(v: &NavProperty<T>) -> Self
fn from(v: &NavProperty<T>) -> Self
Converts to this type from the input type.
Source§impl From<&ReferenceLeaf> for Reference
impl From<&ReferenceLeaf> for Reference
Source§fn from(v: &ReferenceLeaf) -> Self
fn from(v: &ReferenceLeaf) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Reference
impl RefUnwindSafe for Reference
impl Send for Reference
impl Sync for Reference
impl Unpin for Reference
impl UnsafeUnpin for Reference
impl UnwindSafe for Reference
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