pub struct CreateKeyOutput {
pub display_id: Option<String>,
pub fragment_results: Option<Vec<i64>>,
pub item_id: Option<i64>,
}Fields§
§display_id: Option<String>§fragment_results: Option<Vec<i64>>§item_id: Option<i64>Implementations§
Source§impl CreateKeyOutput
impl CreateKeyOutput
pub fn new() -> CreateKeyOutput
Trait Implementations§
Source§impl Clone for CreateKeyOutput
impl Clone for CreateKeyOutput
Source§fn clone(&self) -> CreateKeyOutput
fn clone(&self) -> CreateKeyOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CreateKeyOutput
impl Debug for CreateKeyOutput
Source§impl Default for CreateKeyOutput
impl Default for CreateKeyOutput
Source§fn default() -> CreateKeyOutput
fn default() -> CreateKeyOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateKeyOutput
impl<'de> Deserialize<'de> for CreateKeyOutput
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 CreateKeyOutput
impl PartialEq for CreateKeyOutput
Source§fn eq(&self, other: &CreateKeyOutput) -> bool
fn eq(&self, other: &CreateKeyOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CreateKeyOutput
impl Serialize for CreateKeyOutput
impl StructuralPartialEq for CreateKeyOutput
Auto Trait Implementations§
impl Freeze for CreateKeyOutput
impl RefUnwindSafe for CreateKeyOutput
impl Send for CreateKeyOutput
impl Sync for CreateKeyOutput
impl Unpin for CreateKeyOutput
impl UnsafeUnpin for CreateKeyOutput
impl UnwindSafe for CreateKeyOutput
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