pub enum SocketIdParseError {
InvalidSocketId,
}Variants§
InvalidSocketId
Trait Implementations§
Source§impl Clone for SocketIdParseError
impl Clone for SocketIdParseError
Source§fn clone(&self) -> SocketIdParseError
fn clone(&self) -> SocketIdParseError
Returns a duplicate 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 Freeze for SocketIdParseError
impl RefUnwindSafe for SocketIdParseError
impl Send for SocketIdParseError
impl Sync for SocketIdParseError
impl Unpin for SocketIdParseError
impl UnwindSafe for SocketIdParseError
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