pub struct GetServerOnboardingReq {
pub server_id: String,
}Expand description
GetServerOnboarding 参数。
Fields§
§server_id: Stringserver id
Trait Implementations§
Source§impl Clone for GetServerOnboardingReq
impl Clone for GetServerOnboardingReq
Source§fn clone(&self) -> GetServerOnboardingReq
fn clone(&self) -> GetServerOnboardingReq
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 GetServerOnboardingReq
impl Debug for GetServerOnboardingReq
Source§impl<'de> Deserialize<'de> for GetServerOnboardingReq
impl<'de> Deserialize<'de> for GetServerOnboardingReq
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
impl Eq for GetServerOnboardingReq
Source§impl PartialEq for GetServerOnboardingReq
impl PartialEq for GetServerOnboardingReq
Source§fn eq(&self, other: &GetServerOnboardingReq) -> bool
fn eq(&self, other: &GetServerOnboardingReq) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GetServerOnboardingReq
impl Serialize for GetServerOnboardingReq
impl StructuralPartialEq for GetServerOnboardingReq
Auto Trait Implementations§
impl Freeze for GetServerOnboardingReq
impl RefUnwindSafe for GetServerOnboardingReq
impl Send for GetServerOnboardingReq
impl Sync for GetServerOnboardingReq
impl Unpin for GetServerOnboardingReq
impl UnsafeUnpin for GetServerOnboardingReq
impl UnwindSafe for GetServerOnboardingReq
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