pub struct PropertyPropertyForIdRequest {
pub id: PropertyId,
pub api_timestamp: Option<String>,
pub api_comment: Option<String>,
pub api_key_public: Option<String>,
}Fields§
§id: PropertyId§api_timestamp: Option<String>§api_comment: Option<String>§api_key_public: Option<String>Implementations§
Source§impl PropertyPropertyForIdRequest
impl PropertyPropertyForIdRequest
Sourcepub fn builder(id: PropertyId) -> PropertyPropertyForIdRequestBuilder
pub fn builder(id: PropertyId) -> PropertyPropertyForIdRequestBuilder
Create an instance of PropertyPropertyForIdRequest using the builder syntax
Trait Implementations§
Source§impl Clone for PropertyPropertyForIdRequest
impl Clone for PropertyPropertyForIdRequest
Source§fn clone(&self) -> PropertyPropertyForIdRequest
fn clone(&self) -> PropertyPropertyForIdRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PropertyPropertyForIdRequest
impl Debug for PropertyPropertyForIdRequest
Source§impl IntoRequest for PropertyPropertyForIdRequest
impl IntoRequest for PropertyPropertyForIdRequest
Source§type Discriminant = PropertyId
type Discriminant = PropertyId
If used in bulk request, the discriminant is used to distinguish the responses. For
endpoints which have no path parameters this will be
().Source§type Response = PropertyPropertyResponse
type Response = PropertyPropertyResponse
The response type which shall be deserialised.
fn into_request(self) -> (Self::Discriminant, ApiRequest)
Auto Trait Implementations§
impl Freeze for PropertyPropertyForIdRequest
impl RefUnwindSafe for PropertyPropertyForIdRequest
impl Send for PropertyPropertyForIdRequest
impl Sync for PropertyPropertyForIdRequest
impl Unpin for PropertyPropertyForIdRequest
impl UnsafeUnpin for PropertyPropertyForIdRequest
impl UnwindSafe for PropertyPropertyForIdRequest
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