pub struct Stated;
Expand description
Type corresponding to <stated>
in the EPP greeting XML
Trait Implementations§
impl Eq for Stated
impl StructuralPartialEq for Stated
Auto Trait Implementations§
impl Freeze for Stated
impl RefUnwindSafe for Stated
impl Send for Stated
impl Sync for Stated
impl Unpin for Stated
impl UnwindSafe for Stated
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