pub struct ImportGalaxyClusterItem {
pub galaxy_cluster: Option<Box<GalaxyClusterNoId>>,
pub galaxy: Option<Box<GetServerUuid200Response>>,
}
Fields§
§galaxy_cluster: Option<Box<GalaxyClusterNoId>>
§galaxy: Option<Box<GetServerUuid200Response>>
Implementations§
Source§impl ImportGalaxyClusterItem
impl ImportGalaxyClusterItem
pub fn new() -> ImportGalaxyClusterItem
Trait Implementations§
Source§impl Clone for ImportGalaxyClusterItem
impl Clone for ImportGalaxyClusterItem
Source§fn clone(&self) -> ImportGalaxyClusterItem
fn clone(&self) -> ImportGalaxyClusterItem
Returns a duplicate 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 ImportGalaxyClusterItem
impl Debug for ImportGalaxyClusterItem
Source§impl Default for ImportGalaxyClusterItem
impl Default for ImportGalaxyClusterItem
Source§fn default() -> ImportGalaxyClusterItem
fn default() -> ImportGalaxyClusterItem
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ImportGalaxyClusterItem
impl<'de> Deserialize<'de> for ImportGalaxyClusterItem
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 PartialEq for ImportGalaxyClusterItem
impl PartialEq for ImportGalaxyClusterItem
Source§impl Serialize for ImportGalaxyClusterItem
impl Serialize for ImportGalaxyClusterItem
impl StructuralPartialEq for ImportGalaxyClusterItem
Auto Trait Implementations§
impl Freeze for ImportGalaxyClusterItem
impl RefUnwindSafe for ImportGalaxyClusterItem
impl Send for ImportGalaxyClusterItem
impl Sync for ImportGalaxyClusterItem
impl Unpin for ImportGalaxyClusterItem
impl UnwindSafe for ImportGalaxyClusterItem
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