pub struct UpdateTrieveCredentialDto {
pub api_key: Option<String>,
pub name: Option<String>,
}
Fields§
§api_key: Option<String>
This is not returned in the API.
name: Option<String>
This is the name of credential. This is just for your reference.
Implementations§
Source§impl UpdateTrieveCredentialDto
impl UpdateTrieveCredentialDto
pub fn new() -> UpdateTrieveCredentialDto
Trait Implementations§
Source§impl Clone for UpdateTrieveCredentialDto
impl Clone for UpdateTrieveCredentialDto
Source§fn clone(&self) -> UpdateTrieveCredentialDto
fn clone(&self) -> UpdateTrieveCredentialDto
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 UpdateTrieveCredentialDto
impl Debug for UpdateTrieveCredentialDto
Source§impl Default for UpdateTrieveCredentialDto
impl Default for UpdateTrieveCredentialDto
Source§fn default() -> UpdateTrieveCredentialDto
fn default() -> UpdateTrieveCredentialDto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateTrieveCredentialDto
impl<'de> Deserialize<'de> for UpdateTrieveCredentialDto
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
impl StructuralPartialEq for UpdateTrieveCredentialDto
Auto Trait Implementations§
impl Freeze for UpdateTrieveCredentialDto
impl RefUnwindSafe for UpdateTrieveCredentialDto
impl Send for UpdateTrieveCredentialDto
impl Sync for UpdateTrieveCredentialDto
impl Unpin for UpdateTrieveCredentialDto
impl UnwindSafe for UpdateTrieveCredentialDto
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