pub struct ExtendedPropertiesRequest<'a, Client> { /* private fields */ }
Implementations
pub fn get_multi_value_extended_properties<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn create_multi_value_extended_properties<B: Serialize>(
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn get_single_value_extended_properties<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn create_single_value_extended_properties<B: Serialize>(
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
Auto Trait Implementations
impl<'a, Client> RefUnwindSafe for ExtendedPropertiesRequest<'a, Client> where
Client: RefUnwindSafe,
impl<'a, Client> Send for ExtendedPropertiesRequest<'a, Client> where
Client: Sync,
impl<'a, Client> Sync for ExtendedPropertiesRequest<'a, Client> where
Client: Sync,
impl<'a, Client> Unpin for ExtendedPropertiesRequest<'a, Client>
impl<'a, Client> UnwindSafe for ExtendedPropertiesRequest<'a, Client> where
Client: RefUnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more