Struct rs_firebase_admin_sdk::auth::CreateSessionCookie
source · pub struct CreateSessionCookie {
pub id_token: String,
pub valid_duration: i64,
}Fields§
§id_token: String§valid_duration: i64Trait Implementations§
source§impl Clone for CreateSessionCookie
impl Clone for CreateSessionCookie
source§fn clone(&self) -> CreateSessionCookie
fn clone(&self) -> CreateSessionCookie
Returns a copy 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 moresource§impl Debug for CreateSessionCookie
impl Debug for CreateSessionCookie
Auto Trait Implementations§
impl RefUnwindSafe for CreateSessionCookie
impl Send for CreateSessionCookie
impl Sync for CreateSessionCookie
impl Unpin for CreateSessionCookie
impl UnwindSafe for CreateSessionCookie
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