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