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