pub struct AccountHandleRequest<'a> {
pub api_key: &'a str,
pub handle: &'a str,
pub environment: &'a str,
pub api_version: &'a str,
}
Fields§
§api_key: &'a str
§handle: &'a str
§environment: &'a str
§api_version: &'a str
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for AccountHandleRequest<'a>
impl<'a> RefUnwindSafe for AccountHandleRequest<'a>
impl<'a> Send for AccountHandleRequest<'a>
impl<'a> Sync for AccountHandleRequest<'a>
impl<'a> Unpin for AccountHandleRequest<'a>
impl<'a> UnwindSafe for AccountHandleRequest<'a>
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