Struct terra_rust_api::auth_types::AuthAccountTV [−][src]
pub struct AuthAccountTV {
pub stype: String,
pub value: AuthAccount,
}Fields
stype: Stringvalue: AuthAccountTrait Implementations
impl<'de> Deserialize<'de> for AuthAccountTV[src]
impl<'de> Deserialize<'de> for AuthAccountTV[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Serialize for AuthAccountTV[src]
impl Serialize for AuthAccountTV[src]Auto Trait Implementations
impl RefUnwindSafe for AuthAccountTV
impl RefUnwindSafe for AuthAccountTVimpl Send for AuthAccountTV
impl Send for AuthAccountTVimpl Sync for AuthAccountTV
impl Sync for AuthAccountTVimpl Unpin for AuthAccountTV
impl Unpin for AuthAccountTVimpl UnwindSafe for AuthAccountTV
impl UnwindSafe for AuthAccountTVBlanket Implementations
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
Should always be Self
impl<T> Serialize for T where
T: Serialize + ?Sized, [src]
impl<T> Serialize for T where
T: Serialize + ?Sized, [src]pub fn erased_serialize(
&self,
serializer: &mut dyn Serializer
) -> Result<Ok, Error>[src]
&self,
serializer: &mut dyn Serializer
) -> Result<Ok, Error>