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