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