pub struct AuthContextNodeArgs<'a> {
pub node_id: Option<WIPOffset<&'a str>>,
pub name: Option<WIPOffset<&'a str>>,
pub provider: AuthProvider,
pub session_strategy: SessionStrategy,
pub user_type: Option<WIPOffset<&'a str>>,
pub role_field: Option<WIPOffset<&'a str>>,
pub login_action_id: Option<WIPOffset<&'a str>>,
pub logout_action_id: Option<WIPOffset<&'a str>>,
pub refresh_action_id: Option<WIPOffset<&'a str>>,
}Fields§
§node_id: Option<WIPOffset<&'a str>>§name: Option<WIPOffset<&'a str>>§provider: AuthProvider§session_strategy: SessionStrategy§user_type: Option<WIPOffset<&'a str>>§role_field: Option<WIPOffset<&'a str>>§login_action_id: Option<WIPOffset<&'a str>>§logout_action_id: Option<WIPOffset<&'a str>>§refresh_action_id: Option<WIPOffset<&'a str>>Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for AuthContextNodeArgs<'a>
impl<'a> RefUnwindSafe for AuthContextNodeArgs<'a>
impl<'a> Send for AuthContextNodeArgs<'a>
impl<'a> Sync for AuthContextNodeArgs<'a>
impl<'a> Unpin for AuthContextNodeArgs<'a>
impl<'a> UnsafeUnpin for AuthContextNodeArgs<'a>
impl<'a> UnwindSafe for AuthContextNodeArgs<'a>
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