pub struct FsIntegrationOptions {
pub always_admin: BTreeSet<CompactString>,
pub account_path: Option<CompactString>,
pub login_path: Option<CompactString>,
pub cookie_path: Option<CompactString>,
pub allow_user_deletion: Option<AllowUserDeletion>,
}Available on crate feature
integration-fs only.Fields§
§always_admin: BTreeSet<CompactString>§account_path: Option<CompactString>§login_path: Option<CompactString>§allow_user_deletion: Option<AllowUserDeletion>Trait Implementations§
Source§impl Default for FsIntegrationOptions
impl Default for FsIntegrationOptions
Source§fn default() -> FsIntegrationOptions
fn default() -> FsIntegrationOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FsIntegrationOptions
impl !RefUnwindSafe for FsIntegrationOptions
impl Send for FsIntegrationOptions
impl Sync for FsIntegrationOptions
impl Unpin for FsIntegrationOptions
impl !UnwindSafe for FsIntegrationOptions
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