pub struct EntitySetEndpoint<P> {
pub service_url: &'static str,
pub name: &'static str,
pub marker: PhantomData<P>,
}
Expand description
Represents an Entity Set in an OData service.
Fields§
§service_url: &'static str
§name: &'static str
§marker: PhantomData<P>
Implementations§
Auto Trait Implementations§
impl<P> Freeze for EntitySetEndpoint<P>
impl<P> RefUnwindSafe for EntitySetEndpoint<P>where
P: RefUnwindSafe,
impl<P> Send for EntitySetEndpoint<P>where
P: Send,
impl<P> Sync for EntitySetEndpoint<P>where
P: Sync,
impl<P> Unpin for EntitySetEndpoint<P>where
P: Unpin,
impl<P> UnwindSafe for EntitySetEndpoint<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