pub struct ExpectedConstIntFoundUuid { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for ExpectedConstIntFoundUuid
impl Debug for ExpectedConstIntFoundUuid
Source§impl From<ExpectedConstIntFoundUuid> for Error
impl From<ExpectedConstIntFoundUuid> for Error
Source§fn from(e: ExpectedConstIntFoundUuid) -> Self
fn from(e: ExpectedConstIntFoundUuid) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ExpectedConstIntFoundUuid
impl RefUnwindSafe for ExpectedConstIntFoundUuid
impl Send for ExpectedConstIntFoundUuid
impl Sync for ExpectedConstIntFoundUuid
impl Unpin for ExpectedConstIntFoundUuid
impl UnwindSafe for ExpectedConstIntFoundUuid
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