pub struct ClientNewOptions {
pub token: String,
pub api_version: u8,
}Fields§
§token: String§api_version: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClientNewOptions
impl RefUnwindSafe for ClientNewOptions
impl Send for ClientNewOptions
impl Sync for ClientNewOptions
impl Unpin for ClientNewOptions
impl UnwindSafe for ClientNewOptions
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