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 · Source§const fn clone_from(&mut self, source: &Self)
const 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
type Discriminant = PropertyId
type Response = UserPropertyResponse
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 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