pub struct FillResult {
pub message: String,
pub details: Vec<String>,
}Fields§
§message: String§details: Vec<String>Trait Implementations§
Source§impl Clone for FillResult
impl Clone for FillResult
Source§fn clone(&self) -> FillResult
fn clone(&self) -> FillResult
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 moreSource§impl Debug for FillResult
impl Debug for FillResult
Auto Trait Implementations§
impl Freeze for FillResult
impl RefUnwindSafe for FillResult
impl Send for FillResult
impl Sync for FillResult
impl Unpin for FillResult
impl UnsafeUnpin for FillResult
impl UnwindSafe for FillResult
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