pub struct InternalRdpGoCleanRequest {
pub private_ip: Option<String>,
pub request_id: Option<String>,
}
Fields§
§private_ip: Option<String>
§request_id: Option<String>
Implementations§
Source§impl InternalRdpGoCleanRequest
impl InternalRdpGoCleanRequest
pub fn new() -> Self
pub fn with_private_ip(self, private_ip: String) -> Self
pub fn with_request_id(self, request_id: String) -> Self
Trait Implementations§
Source§impl Clone for InternalRdpGoCleanRequest
impl Clone for InternalRdpGoCleanRequest
Source§fn clone(&self) -> InternalRdpGoCleanRequest
fn clone(&self) -> InternalRdpGoCleanRequest
Returns a copy of the value. Read more
1.0.0 · 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 InternalRdpGoCleanRequest
impl Debug for InternalRdpGoCleanRequest
Source§impl Default for InternalRdpGoCleanRequest
impl Default for InternalRdpGoCleanRequest
Source§fn default() -> InternalRdpGoCleanRequest
fn default() -> InternalRdpGoCleanRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InternalRdpGoCleanRequestwhere
InternalRdpGoCleanRequest: Default,
impl<'de> Deserialize<'de> for InternalRdpGoCleanRequestwhere
InternalRdpGoCleanRequest: Default,
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
Source§impl HttpBuilder for InternalRdpGoCleanRequest
impl HttpBuilder for InternalRdpGoCleanRequest
type Response = BaseResponse<InternalRdpGoCleanResponse>
fn builder(self) -> HttpFn<Self::Response>
Auto Trait Implementations§
impl Freeze for InternalRdpGoCleanRequest
impl RefUnwindSafe for InternalRdpGoCleanRequest
impl Send for InternalRdpGoCleanRequest
impl Sync for InternalRdpGoCleanRequest
impl Unpin for InternalRdpGoCleanRequest
impl UnwindSafe for InternalRdpGoCleanRequest
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