pub struct ItemInfo;
👎Deprecated:
This is a nightly-only experimental API. (peer_credentials_unix_socket
#42823)
Auto Trait Implementations
impl RefUnwindSafe for ItemInfo
impl Send for ItemInfo
impl Sync for ItemInfo
impl Unpin for ItemInfo
impl UnwindSafe for ItemInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more