pub struct AppCodeUnset(/* private fields */);Expand description
Typestate marker for a builder that has not yet been given an appCode.
Trait Implementations§
Source§impl Clone for AppCodeUnset
impl Clone for AppCodeUnset
Source§fn clone(&self) -> AppCodeUnset
fn clone(&self) -> AppCodeUnset
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AppCodeUnset
Auto Trait Implementations§
impl Freeze for AppCodeUnset
impl RefUnwindSafe for AppCodeUnset
impl Send for AppCodeUnset
impl Sync for AppCodeUnset
impl Unpin for AppCodeUnset
impl UnsafeUnpin for AppCodeUnset
impl UnwindSafe for AppCodeUnset
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