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