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