pub struct MetadataOptions {
pub additional_options: Option<RequestOptions>,
}Fields§
§additional_options: Option<RequestOptions>Implementations§
Source§impl MetadataOptions
impl MetadataOptions
pub fn to_request_options(&self) -> RequestOptions
Trait Implementations§
Source§impl Clone for MetadataOptions
impl Clone for MetadataOptions
Source§fn clone(&self) -> MetadataOptions
fn clone(&self) -> MetadataOptions
Returns a duplicate 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 MetadataOptions
impl Debug for MetadataOptions
Source§impl Default for MetadataOptions
impl Default for MetadataOptions
Source§fn default() -> MetadataOptions
fn default() -> MetadataOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MetadataOptions
impl RefUnwindSafe for MetadataOptions
impl Send for MetadataOptions
impl Sync for MetadataOptions
impl Unpin for MetadataOptions
impl UnwindSafe for MetadataOptions
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