Struct forgefix::SessionSettings
source · pub struct SessionSettings { /* private fields */ }Implementations§
source§impl SessionSettings
impl SessionSettings
pub fn builder() -> SessionSettingsBuilder
Trait Implementations§
source§impl Clone for SessionSettings
impl Clone for SessionSettings
source§fn clone(&self) -> SessionSettings
fn clone(&self) -> SessionSettings
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 moreAuto Trait Implementations§
impl RefUnwindSafe for SessionSettings
impl Send for SessionSettings
impl Sync for SessionSettings
impl Unpin for SessionSettings
impl UnwindSafe for SessionSettings
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