pub struct ControllerServiceAPI {
pub bundle: Option<Bundle>,
pub type: Option<String>,
}Fields§
§bundle: Option<Bundle>§type: Option<String>Trait Implementations§
Source§impl Clone for ControllerServiceAPI
impl Clone for ControllerServiceAPI
Source§fn clone(&self) -> ControllerServiceAPI
fn clone(&self) -> ControllerServiceAPI
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 ControllerServiceAPI
impl Debug for ControllerServiceAPI
Source§impl Default for ControllerServiceAPI
impl Default for ControllerServiceAPI
Source§fn default() -> ControllerServiceAPI
fn default() -> ControllerServiceAPI
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ControllerServiceAPI
impl<'de> Deserialize<'de> for ControllerServiceAPI
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 From<ControllerServiceAPI> for ControllerServiceAPI
impl From<ControllerServiceAPI> for ControllerServiceAPI
Source§fn from(v: ControllerServiceAPI) -> Self
fn from(v: ControllerServiceAPI) -> Self
Converts to this type from the input type.
Source§impl From<ControllerServiceAPI> for ControllerServiceAPI
impl From<ControllerServiceAPI> for ControllerServiceAPI
Source§fn from(v: ControllerServiceAPI) -> Self
fn from(v: ControllerServiceAPI) -> Self
Converts to this type from the input type.
Source§impl From<ControllerServiceAPI> for ControllerServiceAPI
impl From<ControllerServiceAPI> for ControllerServiceAPI
Source§fn from(v: ControllerServiceAPI) -> Self
fn from(v: ControllerServiceAPI) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ControllerServiceAPI
impl RefUnwindSafe for ControllerServiceAPI
impl Send for ControllerServiceAPI
impl Sync for ControllerServiceAPI
impl Unpin for ControllerServiceAPI
impl UnsafeUnpin for ControllerServiceAPI
impl UnwindSafe for ControllerServiceAPI
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