pub struct SdkLogBody {
pub log: Option<Value>,
}Fields§
§log: Option<Value>Implementations§
Source§impl SdkLogBody
impl SdkLogBody
pub fn new(log: Option<Value>) -> SdkLogBody
Trait Implementations§
Source§impl Clone for SdkLogBody
impl Clone for SdkLogBody
Source§fn clone(&self) -> SdkLogBody
fn clone(&self) -> SdkLogBody
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 SdkLogBody
impl Debug for SdkLogBody
Source§impl Default for SdkLogBody
impl Default for SdkLogBody
Source§fn default() -> SdkLogBody
fn default() -> SdkLogBody
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SdkLogBody
impl<'de> Deserialize<'de> for SdkLogBody
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 SdkLogBody
impl PartialEq for SdkLogBody
Source§impl Serialize for SdkLogBody
impl Serialize for SdkLogBody
impl StructuralPartialEq for SdkLogBody
Auto Trait Implementations§
impl Freeze for SdkLogBody
impl RefUnwindSafe for SdkLogBody
impl Send for SdkLogBody
impl Sync for SdkLogBody
impl Unpin for SdkLogBody
impl UnwindSafe for SdkLogBody
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