pub struct RequestCustomMetadata {}
Trait Implementations§
Source§impl Debug for RequestCustomMetadata
impl Debug for RequestCustomMetadata
Source§impl<'de> Deserialize<'de> for RequestCustomMetadata
impl<'de> Deserialize<'de> for RequestCustomMetadata
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 Display for RequestCustomMetadata
impl Display for RequestCustomMetadata
Auto Trait Implementations§
impl Freeze for RequestCustomMetadata
impl RefUnwindSafe for RequestCustomMetadata
impl Send for RequestCustomMetadata
impl Sync for RequestCustomMetadata
impl Unpin for RequestCustomMetadata
impl UnwindSafe for RequestCustomMetadata
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