pub struct EntityLinkStub<P> {
pub id: String,
/* private fields */
}
Expand description
Entity link for properties whose types are not included in the generated code. P
is generated
as a fieldless stub type.
Fields§
§id: String
Trait Implementations§
Source§impl<P: Debug> Debug for EntityLinkStub<P>
impl<P: Debug> Debug for EntityLinkStub<P>
Source§impl<'de, P> Deserialize<'de> for EntityLinkStub<P>
impl<'de, P> Deserialize<'de> for EntityLinkStub<P>
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
Auto Trait Implementations§
impl<P> Freeze for EntityLinkStub<P>
impl<P> RefUnwindSafe for EntityLinkStub<P>where
P: RefUnwindSafe,
impl<P> Send for EntityLinkStub<P>where
P: Send,
impl<P> Sync for EntityLinkStub<P>where
P: Sync,
impl<P> Unpin for EntityLinkStub<P>where
P: Unpin,
impl<P> UnwindSafe for EntityLinkStub<P>where
P: UnwindSafe,
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