pub struct UpdateMetadataRequest {
pub metadata: Option<Value>,
pub clear_metadata: Option<bool>,
}Fields§
§metadata: Option<Value>§clear_metadata: Option<bool>Trait Implementations§
Source§impl Debug for UpdateMetadataRequest
impl Debug for UpdateMetadataRequest
Auto Trait Implementations§
impl Freeze for UpdateMetadataRequest
impl RefUnwindSafe for UpdateMetadataRequest
impl Send for UpdateMetadataRequest
impl Sync for UpdateMetadataRequest
impl Unpin for UpdateMetadataRequest
impl UnwindSafe for UpdateMetadataRequest
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