pub enum DestinationList {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DestinationList
impl RefUnwindSafe for DestinationList
impl Send for DestinationList
impl Sync for DestinationList
impl Unpin for DestinationList
impl UnwindSafe for DestinationList
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