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