pub struct AuthInstallServiceResponseResourceBindings {
pub jobs: Option<AuthInstallServiceResponseResourceBindingsJobs>,
pub kv: Option<BTreeMap<String, AuthInstallServiceResponseResourceBindingsKvValue>>,
pub streams: Option<BTreeMap<String, AuthInstallServiceResponseResourceBindingsStreamsValue>>,
}Fields§
§jobs: Option<AuthInstallServiceResponseResourceBindingsJobs>§kv: Option<BTreeMap<String, AuthInstallServiceResponseResourceBindingsKvValue>>§streams: Option<BTreeMap<String, AuthInstallServiceResponseResourceBindingsStreamsValue>>Trait Implementations§
Source§impl Clone for AuthInstallServiceResponseResourceBindings
impl Clone for AuthInstallServiceResponseResourceBindings
Source§fn clone(&self) -> AuthInstallServiceResponseResourceBindings
fn clone(&self) -> AuthInstallServiceResponseResourceBindings
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<'de> Deserialize<'de> for AuthInstallServiceResponseResourceBindings
impl<'de> Deserialize<'de> for AuthInstallServiceResponseResourceBindings
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 AuthInstallServiceResponseResourceBindings
impl PartialEq for AuthInstallServiceResponseResourceBindings
Source§fn eq(&self, other: &AuthInstallServiceResponseResourceBindings) -> bool
fn eq(&self, other: &AuthInstallServiceResponseResourceBindings) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AuthInstallServiceResponseResourceBindings
Auto Trait Implementations§
impl Freeze for AuthInstallServiceResponseResourceBindings
impl RefUnwindSafe for AuthInstallServiceResponseResourceBindings
impl Send for AuthInstallServiceResponseResourceBindings
impl Sync for AuthInstallServiceResponseResourceBindings
impl Unpin for AuthInstallServiceResponseResourceBindings
impl UnsafeUnpin for AuthInstallServiceResponseResourceBindings
impl UnwindSafe for AuthInstallServiceResponseResourceBindings
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