pub struct ParseFriendLinkStateError;
Trait Implementations§
Source§impl Debug for ParseFriendLinkStateError
impl Debug for ParseFriendLinkStateError
Auto Trait Implementations§
impl Freeze for ParseFriendLinkStateError
impl RefUnwindSafe for ParseFriendLinkStateError
impl Send for ParseFriendLinkStateError
impl Sync for ParseFriendLinkStateError
impl Unpin for ParseFriendLinkStateError
impl UnwindSafe for ParseFriendLinkStateError
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