pub struct DestinationIdentityRetentionEffect<Outcome> { /* private fields */ }Implementations§
Source§impl<Outcome> DestinationIdentityRetentionEffect<Outcome>where
Outcome: Copy,
impl<Outcome> DestinationIdentityRetentionEffect<Outcome>where
Outcome: Copy,
Source§impl<Outcome> DestinationIdentityRetentionEffect<Outcome>
impl<Outcome> DestinationIdentityRetentionEffect<Outcome>
pub fn wake_schedules(&self) -> WakeSchedules
Trait Implementations§
Source§impl<Outcome> Debug for DestinationIdentityRetentionEffect<Outcome>where
Outcome: Debug,
impl<Outcome> Debug for DestinationIdentityRetentionEffect<Outcome>where
Outcome: Debug,
impl<Outcome> Eq for DestinationIdentityRetentionEffect<Outcome>where
Outcome: Eq,
Source§impl<Outcome> PartialEq for DestinationIdentityRetentionEffect<Outcome>where
Outcome: PartialEq,
impl<Outcome> PartialEq for DestinationIdentityRetentionEffect<Outcome>where
Outcome: PartialEq,
impl<Outcome> StructuralPartialEq for DestinationIdentityRetentionEffect<Outcome>where
Outcome: PartialEq,
Auto Trait Implementations§
impl<Outcome> Freeze for DestinationIdentityRetentionEffect<Outcome>where
Outcome: Freeze,
impl<Outcome> RefUnwindSafe for DestinationIdentityRetentionEffect<Outcome>where
Outcome: RefUnwindSafe,
impl<Outcome> Send for DestinationIdentityRetentionEffect<Outcome>where
Outcome: Send,
impl<Outcome> Sync for DestinationIdentityRetentionEffect<Outcome>where
Outcome: Sync,
impl<Outcome> Unpin for DestinationIdentityRetentionEffect<Outcome>where
Outcome: Unpin,
impl<Outcome> UnsafeUnpin for DestinationIdentityRetentionEffect<Outcome>where
Outcome: UnsafeUnpin,
impl<Outcome> UnwindSafe for DestinationIdentityRetentionEffect<Outcome>where
Outcome: UnwindSafe,
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