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