pub struct Pairing {
pub url: Option<String>,
pub token: String,
}Fields§
§url: Option<String>Absent when the code carries only a token, which is every code printed before this format and any produced without a reachable address.
token: StringImplementations§
Trait Implementations§
impl Eq for Pairing
impl StructuralPartialEq for Pairing
Auto Trait Implementations§
impl Freeze for Pairing
impl RefUnwindSafe for Pairing
impl Send for Pairing
impl Sync for Pairing
impl Unpin for Pairing
impl UnsafeUnpin for Pairing
impl UnwindSafe for Pairing
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