pub struct PsoConfig { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for PsoConfig
impl RefUnwindSafe for PsoConfig
impl Send for PsoConfig
impl Sync for PsoConfig
impl Unpin for PsoConfig
impl UnwindSafe for PsoConfig
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