pub struct UnstableOperationDisabledError {
pub msg: String,
}
Fields§
§msg: String
Trait Implementations§
Source§impl Clone for UnstableOperationDisabledError
impl Clone for UnstableOperationDisabledError
Source§fn clone(&self) -> UnstableOperationDisabledError
fn clone(&self) -> UnstableOperationDisabledError
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 UnstableOperationDisabledError
impl RefUnwindSafe for UnstableOperationDisabledError
impl Send for UnstableOperationDisabledError
impl Sync for UnstableOperationDisabledError
impl Unpin for UnstableOperationDisabledError
impl UnwindSafe for UnstableOperationDisabledError
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