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