pub struct CredentialsBlock {
pub fields: Vec<CredentialField>,
pub span: Span,
}Expand description
credentials { api_key: string, ... }
Fields§
§fields: Vec<CredentialField>§span: SpanTrait Implementations§
Source§impl Clone for CredentialsBlock
impl Clone for CredentialsBlock
Source§fn clone(&self) -> CredentialsBlock
fn clone(&self) -> CredentialsBlock
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 CredentialsBlock
impl Debug for CredentialsBlock
Source§impl<'de> Deserialize<'de> for CredentialsBlock
impl<'de> Deserialize<'de> for CredentialsBlock
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 CredentialsBlock
impl PartialEq for CredentialsBlock
Source§impl Serialize for CredentialsBlock
impl Serialize for CredentialsBlock
impl StructuralPartialEq for CredentialsBlock
Auto Trait Implementations§
impl Freeze for CredentialsBlock
impl RefUnwindSafe for CredentialsBlock
impl Send for CredentialsBlock
impl Sync for CredentialsBlock
impl Unpin for CredentialsBlock
impl UnwindSafe for CredentialsBlock
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