pub struct OpenClusterRequest {
pub env: String,
pub app_id: String,
pub cluster_name: String,
}
Available on crate feature
open
only.Expand description
Fetch cluster infos.
Fields§
§env: String
§app_id: String
§cluster_name: String
Trait Implementations§
Source§impl Clone for OpenClusterRequest
impl Clone for OpenClusterRequest
Source§fn clone(&self) -> OpenClusterRequest
fn clone(&self) -> OpenClusterRequest
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 OpenClusterRequest
impl Debug for OpenClusterRequest
Auto Trait Implementations§
impl Freeze for OpenClusterRequest
impl RefUnwindSafe for OpenClusterRequest
impl Send for OpenClusterRequest
impl Sync for OpenClusterRequest
impl Unpin for OpenClusterRequest
impl UnwindSafe for OpenClusterRequest
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