pub struct SocketPool {
pub mount_args: Vec<String>,
/* private fields */
}
Fields§
§mount_args: Vec<String>
Implementations§
Auto Trait Implementations§
impl Freeze for SocketPool
impl RefUnwindSafe for SocketPool
impl Send for SocketPool
impl Sync for SocketPool
impl Unpin for SocketPool
impl UnwindSafe for SocketPool
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