Struct fastly_api::apis::configuration::ApiKey
source · pub struct ApiKey {
pub prefix: Option<String>,
pub key: String,
}
Fields§
§prefix: Option<String>
§key: String
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ApiKey
impl Send for ApiKey
impl Sync for ApiKey
impl Unpin for ApiKey
impl UnwindSafe for ApiKey
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