Struct supabase_auth::models::RefreshSessionPayload
source · pub struct RefreshSessionPayload {
pub refresh_token: String,
}Fields§
§refresh_token: StringTrait Implementations§
source§impl Debug for RefreshSessionPayload
impl Debug for RefreshSessionPayload
source§impl<'de> Deserialize<'de> for RefreshSessionPayload
impl<'de> Deserialize<'de> for RefreshSessionPayload
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RefreshSessionPayload
impl RefUnwindSafe for RefreshSessionPayload
impl Send for RefreshSessionPayload
impl Sync for RefreshSessionPayload
impl Unpin for RefreshSessionPayload
impl UnwindSafe for RefreshSessionPayload
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