pub struct CustomerState {
pub current: Option<Value>,
pub lookup_completed: bool,
}Fields§
§current: Option<Value>§lookup_completed: boolTrait Implementations§
Source§impl Debug for CustomerState
impl Debug for CustomerState
Source§impl Default for CustomerState
impl Default for CustomerState
Source§fn default() -> CustomerState
fn default() -> CustomerState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CustomerState
impl RefUnwindSafe for CustomerState
impl Send for CustomerState
impl Sync for CustomerState
impl Unpin for CustomerState
impl UnsafeUnpin for CustomerState
impl UnwindSafe for CustomerState
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