pub struct GoogleProtobufAny {
pub type_url: Option<String>,
pub value: Option<String>,
}
Fields§
§type_url: Option<String>
§value: Option<String>
Trait Implementations§
Source§impl Clone for GoogleProtobufAny
impl Clone for GoogleProtobufAny
Source§fn clone(&self) -> GoogleProtobufAny
fn clone(&self) -> GoogleProtobufAny
Returns a copy 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 GoogleProtobufAny
impl Debug for GoogleProtobufAny
Source§impl<'de> Deserialize<'de> for GoogleProtobufAny
impl<'de> Deserialize<'de> for GoogleProtobufAny
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 From<&GoogleProtobufAny> for GoogleProtobufAny
impl From<&GoogleProtobufAny> for GoogleProtobufAny
Source§fn from(value: &GoogleProtobufAny) -> Self
fn from(value: &GoogleProtobufAny) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for GoogleProtobufAny
impl RefUnwindSafe for GoogleProtobufAny
impl Send for GoogleProtobufAny
impl Sync for GoogleProtobufAny
impl Unpin for GoogleProtobufAny
impl UnwindSafe for GoogleProtobufAny
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