pub struct AuthenticateEventData {
pub doc_id: String,
pub token: String,
}Fields§
§doc_id: String§token: StringTrait Implementations§
Source§impl Clone for AuthenticateEventData
impl Clone for AuthenticateEventData
Source§fn clone(&self) -> AuthenticateEventData
fn clone(&self) -> AuthenticateEventData
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AuthenticateEventData
impl RefUnwindSafe for AuthenticateEventData
impl Send for AuthenticateEventData
impl Sync for AuthenticateEventData
impl Unpin for AuthenticateEventData
impl UnwindSafe for AuthenticateEventData
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