Struct instant_epp::hello::Null
source · pub struct Null;Expand description
Type corresponding to <null> in the EPP greeting XML
Trait Implementations§
source§impl PartialEq for Null
impl PartialEq for Null
impl Eq for Null
impl StructuralEq for Null
impl StructuralPartialEq for Null
Auto Trait Implementations§
impl RefUnwindSafe for Null
impl Send for Null
impl Sync for Null
impl Unpin for Null
impl UnwindSafe for Null
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