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