pub struct CredentialsProperty {
pub expressions: Vec<Expression>,
}Expand description
CredentialsProperty
Fields§
§expressions: Vec<Expression>Trait Implementations§
Source§impl Clone for CredentialsProperty
impl Clone for CredentialsProperty
Source§fn clone(&self) -> CredentialsProperty
fn clone(&self) -> CredentialsProperty
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 CredentialsProperty
impl Debug for CredentialsProperty
Source§impl<'de> Deserialize<'de> for CredentialsProperty
impl<'de> Deserialize<'de> for CredentialsProperty
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 CredentialsProperty
impl PartialEq for CredentialsProperty
Source§impl Serialize for CredentialsProperty
impl Serialize for CredentialsProperty
impl StructuralPartialEq for CredentialsProperty
Auto Trait Implementations§
impl Freeze for CredentialsProperty
impl RefUnwindSafe for CredentialsProperty
impl Send for CredentialsProperty
impl Sync for CredentialsProperty
impl Unpin for CredentialsProperty
impl UnwindSafe for CredentialsProperty
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