Struct instant_epp::hello::Retention
source · pub struct Retention { /* private fields */ }Trait Implementations§
source§impl PartialEq for Retention
impl PartialEq for Retention
impl Eq for Retention
impl StructuralEq for Retention
impl StructuralPartialEq for Retention
Auto Trait Implementations§
impl RefUnwindSafe for Retention
impl Send for Retention
impl Sync for Retention
impl Unpin for Retention
impl UnwindSafe for Retention
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