pub struct AttachServerToNetworkParams {
pub id: i64,
pub attach_server_to_network_request: AttachServerToNetworkRequest,
}Expand description
struct for passing parameters to the method attach_server_to_network
Fields§
§id: i64ID of the Server.
attach_server_to_network_request: AttachServerToNetworkRequestTrait Implementations§
Source§impl Clone for AttachServerToNetworkParams
impl Clone for AttachServerToNetworkParams
Source§fn clone(&self) -> AttachServerToNetworkParams
fn clone(&self) -> AttachServerToNetworkParams
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 AttachServerToNetworkParams
impl Debug for AttachServerToNetworkParams
Source§impl Default for AttachServerToNetworkParams
impl Default for AttachServerToNetworkParams
Source§fn default() -> AttachServerToNetworkParams
fn default() -> AttachServerToNetworkParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AttachServerToNetworkParams
impl RefUnwindSafe for AttachServerToNetworkParams
impl Send for AttachServerToNetworkParams
impl Sync for AttachServerToNetworkParams
impl Unpin for AttachServerToNetworkParams
impl UnsafeUnpin for AttachServerToNetworkParams
impl UnwindSafe for AttachServerToNetworkParams
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