pub struct MetadataOptions {
pub endpoint_path: String,
pub api_key: Option<String>,
pub custom_user_agent: Option<String>,
}
Fields§
§endpoint_path: String
§api_key: Option<String>
§custom_user_agent: Option<String>
Trait Implementations§
Source§impl Debug for MetadataOptions
impl Debug for MetadataOptions
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