pub struct Api<'a> {
pub interface: &'a str,
pub version: &'a str,
pub accepts_multiple_ids: bool,
}
Fields§
§interface: &'a str
§version: &'a str
§accepts_multiple_ids: bool
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Api<'a>
impl<'a> RefUnwindSafe for Api<'a>
impl<'a> Send for Api<'a>
impl<'a> Sync for Api<'a>
impl<'a> Unpin for Api<'a>
impl<'a> UnwindSafe for Api<'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