pub struct HttpPersistentSettings { /* private fields */ }
Implementations§
Source§impl HttpPersistentSettings
impl HttpPersistentSettings
pub fn for_session(session: &ServerSession) -> Self
pub fn apply_to_session(&self, session: &mut ServerSession)
Trait Implementations§
Source§impl Clone for HttpPersistentSettings
impl Clone for HttpPersistentSettings
Source§fn clone(&self) -> HttpPersistentSettings
fn clone(&self) -> HttpPersistentSettings
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 HttpPersistentSettings
impl RefUnwindSafe for HttpPersistentSettings
impl Send for HttpPersistentSettings
impl Sync for HttpPersistentSettings
impl Unpin for HttpPersistentSettings
impl UnwindSafe for HttpPersistentSettings
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