Struct instant_epp::hello::Same
source · pub struct Same;Trait Implementations§
source§impl PartialEq for Same
impl PartialEq for Same
impl Eq for Same
impl StructuralEq for Same
impl StructuralPartialEq for Same
Auto Trait Implementations§
impl RefUnwindSafe for Same
impl Send for Same
impl Sync for Same
impl Unpin for Same
impl UnwindSafe for Same
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