pub struct UpdateEndpointStatusRequest {
pub status: String,
}Expand description
Parameters for update_endpoint_status.
Fields§
§status: StringNew status (active or paused).
Trait Implementations§
Source§impl Clone for UpdateEndpointStatusRequest
impl Clone for UpdateEndpointStatusRequest
Source§fn clone(&self) -> UpdateEndpointStatusRequest
fn clone(&self) -> UpdateEndpointStatusRequest
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 UpdateEndpointStatusRequest
impl Debug for UpdateEndpointStatusRequest
Source§impl Default for UpdateEndpointStatusRequest
impl Default for UpdateEndpointStatusRequest
Source§fn default() -> UpdateEndpointStatusRequest
fn default() -> UpdateEndpointStatusRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UpdateEndpointStatusRequest
impl RefUnwindSafe for UpdateEndpointStatusRequest
impl Send for UpdateEndpointStatusRequest
impl Sync for UpdateEndpointStatusRequest
impl Unpin for UpdateEndpointStatusRequest
impl UnsafeUnpin for UpdateEndpointStatusRequest
impl UnwindSafe for UpdateEndpointStatusRequest
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