pub struct CustomerStatusType {}Auto Trait Implementations§
impl Freeze for CustomerStatusType
impl RefUnwindSafe for CustomerStatusType
impl Send for CustomerStatusType
impl Sync for CustomerStatusType
impl Unpin for CustomerStatusType
impl UnsafeUnpin for CustomerStatusType
impl UnwindSafe for CustomerStatusType
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