pub struct GetTypeRequest {
pub api_id: String,
pub format: String,
pub type_name: String,
}
Fields§
§api_id: String
The API ID.
format: String
The type format: SDL or JSON.
type_name: String
The type name.
Trait Implementations§
Source§impl Clone for GetTypeRequest
impl Clone for GetTypeRequest
Source§fn clone(&self) -> GetTypeRequest
fn clone(&self) -> GetTypeRequest
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 GetTypeRequest
impl Debug for GetTypeRequest
Source§impl Default for GetTypeRequest
impl Default for GetTypeRequest
Source§fn default() -> GetTypeRequest
fn default() -> GetTypeRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetTypeRequest
impl PartialEq for GetTypeRequest
Source§impl Serialize for GetTypeRequest
impl Serialize for GetTypeRequest
impl StructuralPartialEq for GetTypeRequest
Auto Trait Implementations§
impl Freeze for GetTypeRequest
impl RefUnwindSafe for GetTypeRequest
impl Send for GetTypeRequest
impl Sync for GetTypeRequest
impl Unpin for GetTypeRequest
impl UnwindSafe for GetTypeRequest
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